Skip to content

Commit

Permalink
docs(example): fix command demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Jan 8, 2021
1 parent 5d060b0 commit df45bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/command/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ await new Command()
depends: ["foo"],
})
.option("-B, --baz <value:boolean>", "Some boolean value.", {
default: true,
conflicts: ["beep"],
})
.command("help", new HelpCommand().global())
Expand Down

0 comments on commit df45bd8

Please sign in to comment.