You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ CLI tool to generate API documentation of a Node.js project.
36
36
37
37
Options:
38
38
-i, --input [patterns...] Specify input file patterns using glob syntax
39
+
--ignore [patterns...] Specify files to be ignored from the input using glob syntax
39
40
-o, --output <path> Specify the relative or absolute output directory
40
41
-v, --version <semver> Specify the target version of Node.js, semver compliant (default: "v22.6.0")
41
42
-c, --changelog <url> Specify the path (file: or https://) to the CHANGELOG.md file (default: "https://raw.githubusercontent.com/nodejs/node/HEAD/CHANGELOG.md")
0 commit comments