Skip to content

Commit

Permalink
Add the e/empty CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Dec 19, 2020
1 parent 1c1f01f commit da820c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const argv = minimist(process.argv.slice(2), {
// 🍂option json: Boolean=false; Write the internal JSON representation of the documentation instead of a templated HTML file.
// 🍂option o; Alias of `output`
j: 'json'
// 🍂option empty: Boolean=false; Akin to [Leafdoc.showInheritancesWhenEmpty](#leafdoc.showinheritanceswhenempty)
// 🍂option e; Alias of `empty`
e: 'json'
},
boolean: ['v', 'verbose', 'j', 'json'],
string: ['t', 'template', 'c', 'character'],
Expand Down

0 comments on commit da820c4

Please sign in to comment.