We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66a3e3 commit a313d80Copy full SHA for a313d80
command.go
@@ -33,8 +33,8 @@ type PostRunMap map[PostRunType]func(Response, ResponseEmitter) error
33
// Command is a runnable command, with input arguments and options (flags).
34
// It can also have Subcommands, to group units of work into sets.
35
type Command struct {
36
- // Options defines the flags accepted by the command. Flags on specified
37
- // on parent commands are inherited by sub commands.
+ // Options defines the flags accepted by the command. Flags specified
+ // by parent commands are inherited by sub commands.
38
Options []Option
39
40
// Arguments defines the positional arguments for the command. These
0 commit comments