Skip to content

Commit 930edd2

Browse files
authored
Update USAGE.md (#1463)
1 parent 1cc2f98 commit 930edd2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/USAGE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Options:
3131
[boolean] [default: true]
3232
--markdown-toc-max-depth specifies the max depth of the table of contents in markdown output
3333
[number] [default: 6]
34+
--babel path to babelrc or babel.options.js to override
35+
default babel config [string] [Standard: null]
3436
--shallow shallow mode turns off dependency resolution, only
3537
processing the specified files (or the main script
3638
specified in package.json)
@@ -40,6 +42,9 @@ Options:
4042
--no-package, --np dont find and use package.json for project-
4143
configuration option defaults
4244
[boolean] [default: false]
45+
--external a string / glob match pattern that defines which
46+
external modules will be whitelisted and included
47+
in the generated documentation. [Standard: null]
4348
--require-extension, --re additional extensions to include in require() and
4449
import's search algorithm.For instance, adding .es5
4550
would allow require("adder") to find "adder.es5"
@@ -58,8 +63,10 @@ Options:
5863
[boolean] [default: false]
5964
--sort-order The order to sort the documentation, may be
6065
specified multiple times
61-
[choices: "source", "alpha", "kind"]
66+
[choices: "source", "alpha"]
6267
[default: "source"]
68+
--resolve Dependency resolution algorithm.
69+
[choices: "browser", "node"] [Standard: "browser"]
6370
--output, -o output location. omit for stdout, otherwise is a
6471
filename for single-file outputs and a directory
6572
name for multi-file outputs like html

0 commit comments

Comments
 (0)