Skip to content

Commit

Permalink
docs: no subcommands, no worries (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored Jan 25, 2022
1 parent c357584 commit 61b7f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const { flags, values, positionals } = parseArgs(argv, options);
- Does the parser execute one of several functions, depending on input?
- no
- Can subcommands take options that are distinct from the main command?
- no (this might be a problem? at least it's a more definitive "opinion")
- no
- Does it output generated help when no options match?
- no
- Does it generated short usage? Like: `usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]`
Expand Down

0 comments on commit 61b7f96

Please sign in to comment.