Skip to content

Commit 61b7f96

Browse files
authored
docs: no subcommands, no worries (#47)
1 parent c357584 commit 61b7f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const { flags, values, positionals } = parseArgs(argv, options);
156156
- Does the parser execute one of several functions, depending on input?
157157
- no
158158
- Can subcommands take options that are distinct from the main command?
159-
- no (this might be a problem? at least it's a more definitive "opinion")
159+
- no
160160
- Does it output generated help when no options match?
161161
- no
162162
- Does it generated short usage? Like: `usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]`

0 commit comments

Comments
 (0)