@@ -38,16 +38,14 @@ $ npx doc-kit --help
3838```
3939Usage: @nodejs/doc-kit [options] [command]
4040
41- CLI tool to generate and lint Node.js API documentation
41+ CLI tool to generate the Node.js API documentation
4242
4343Options:
4444 -h, --help display help for command
4545
4646Commands:
4747 generate [options] Generate API docs
48- lint [options] Run linter independently
4948 interactive Launch guided CLI wizard
50- list <types> List the given type
5149 help [command] display help for command
5250```
5351
@@ -67,23 +65,6 @@ Options:
6765 -c, --changelog <url> Changelog URL or path (default: "https://raw.githubusercontent.com/nodejs/node/HEAD/CHANGELOG.md")
6866 --git-ref <url> Git ref/commit URL (default: "https://github.com/nodejs/node/tree/HEAD")
6967 -t, --target [modes...] Target generator modes (choices: "json-simple", "legacy-html", "legacy-html-all", "man-page", "legacy-json", "legacy-json-all", "addon-verify", "api-links", "orama-db", "llms-txt")
70- --no-lint Skip lint before generate
71- -h, --help display help for command
72- ```
73-
74- ### ` lint `
75-
76- ```
77- Usage: @nodejs/doc-kit lint [options]
78-
79- Run linter independently
80-
81- Options:
82- -i, --input <patterns...> Input file patterns (glob)
83- --ignore [patterns...] Ignore patterns (comma-separated)
84- --disable-rule [rules...] Disable linter rules (choices: "duplicate-stability-nodes", "invalid-change-version", "missing-introduced-in")
85- --dry-run Dry run mode (default: false)
86- -r, --reporter <reporter> Linter reporter to use
8768 -h, --help display help for command
8869```
8970
@@ -97,17 +78,3 @@ Launch guided CLI wizard
9778Options:
9879 -h, --help display help for command
9980```
100-
101- ### ` list `
102-
103- ```
104- Usage: @nodejs/doc-kit list [options] <types>
105-
106- List the given type
107-
108- Arguments:
109- types The type to list (choices: "generators", "rules", "reporters")
110-
111- Options:
112- -h, --help display help for command
113- ```
0 commit comments