@@ -62,26 +62,28 @@ $ documentation -h
62
62
Usage: documentation < command> [options]
63
63
64
64
Options:
65
- -f, --format output format, of [json, md, html] [default: " json" ]
66
- --lint check output for common style and uniformity mistakes
67
- -t, --theme specify a theme: this must be a valid theme module
68
- -p, --private generate documentation tagged as private
69
- --name project name. by default, inferred from package.json
70
- --version project version. by default, inferred from package.json
71
- --shallow shallow mode turns off dependency resolution, only processing
72
- the specified files (or the main script specified in
73
- package.json) [default: false]
74
- --polyglot polyglot mode turns off dependency resolution and enables
75
- multi-language support. use this to document c++
76
- -g, --github infer links to github in documentation
77
- -o, --output output location. omit for stdout, otherwise is a filename for
78
- single-file outputs and a directory name for multi-file
79
- outputs like html [default: " stdout" ]
80
- -c, --config configuration file. an array defining explicit sort order
81
- -h, --help Show help
65
+ --lint check output for common style and uniformity mistakes
66
+ [boolean]
67
+ -t, --theme specify a theme: this must be a valid theme module
68
+ -p, --private generate documentation tagged as private [boolean]
69
+ --version Show version number [boolean]
70
+ --name project name. by default, inferred from package.json
71
+ --project-version project version. by default, inferred from package.json
72
+ --shallow shallow mode turns off dependency resolution, only
73
+ processing the specified files (or the main script
74
+ specified in package.json) [boolean] [default: false]
75
+ --polyglot polyglot mode turns off dependency resolution and enables
76
+ multi-language support. use this to document c++ [boolean]
77
+ -g, --github infer links to github in documentation [boolean]
78
+ -o, --output output location. omit for stdout, otherwise is a filename
79
+ for single-file outputs and a directory name for multi-file
80
+ outputs like html [default: " stdout" ]
81
+ -c, --config configuration file. an array defining explicit sort order
82
+ -h, --help Show help [boolean]
83
+ -f, --format [choices: " json" , " md" , " html" ] [default: " json" ]
82
84
83
85
Examples:
84
- documentation foo.js parse documentation in a given file
86
+ documentation foo.js parse documentation in a given file
85
87
```
86
88
87
89
## [ Contributing] ( CONTRIBUTING.md )
0 commit comments