diff --git a/src/cli.mjs b/src/cli.mjs index 82ca4a8..99517ae 100755 --- a/src/cli.mjs +++ b/src/cli.mjs @@ -36,10 +36,10 @@ const argv = minimist(process.argv.slice(2), { o: 'output', // 🍂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' + j: 'json', // 🍂option empty: Boolean=false; Akin to [Leafdoc.showInheritancesWhenEmpty](#leafdoc.showinheritanceswhenempty) // 🍂option e; Alias of `empty` - e: 'json' + e: 'empty' }, boolean: ['v', 'verbose', 'j', 'json'], string: ['t', 'template', 'c', 'character'],