Skip to content

Commit

Permalink
Update command-line arguments in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrmont committed Dec 14, 2024
1 parent f1b26f9 commit 59470f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ Documentarian supports the following command-line arguments:
-d, --defix <prefix> Remove <prefix> from all namespaces.
-L, --link-prefix <url> Use <url> as prefix for source code links.
-O, --only <path> Only create entries for bindings in <path> in the API document.
-x, --exclude <path> Exclude bindings in <path> from the API document.
-P, --private Include private values in the API document.
-p, --project <path> Use <path> as project file. (Default: project.janet)
-l, --local Set Janet's syspath to ./jpm_tree.
-t, --tree <path> Set Janet's syspath to <path>.
-l, --local Set Janet's modpath to ./jpm_tree.
-t, --tree <path> Set Janet's modpath to <path>.
-e, --echo Output to stdout rather than output file.
-o, --out <path> Use <path> as filename for the API document. (Default: api.md)
Expand Down

0 comments on commit 59470f9

Please sign in to comment.