Skip to content

Commit

Permalink
feat: Updates debug args
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed Nov 6, 2018
1 parent 2eca7ff commit 62b9623
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
</CommandLineArgument>
<CommandLineArgument
argument = "list"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "sample"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-h"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "set-args"
Expand Down Expand Up @@ -133,11 +133,11 @@
</CommandLineArgument>
<CommandLineArgument
argument = "complete"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "&quot;commander-sample set-args --add-args -&quot;"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-s=zsh"
Expand Down

0 comments on commit 62b9623

Please sign in to comment.