Skip to content

Commit

Permalink
Actually use the new e/empty CLI parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Dec 19, 2020
1 parent a849f76 commit 54b5b12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const argv = minimist(process.argv.slice(2), {
const doc = new Leafdoc({
verbose: argv.verbose,
templateDir: argv.template,
leadingCharacter: argv.character
leadingCharacter: argv.character,
showInheritancesWhenEmpty: argv.empty
});

argv._.forEach((filepath) => {
Expand Down

0 comments on commit 54b5b12

Please sign in to comment.