fix typo
This commit is contained in:
parent
cef66fd2f6
commit
5036dce2d6
2
parse.go
2
parse.go
|
@ -116,7 +116,7 @@ type Config struct {
|
||||||
// default values, including pointers to sub commands
|
// default values, including pointers to sub commands
|
||||||
IgnoreDefault bool
|
IgnoreDefault bool
|
||||||
|
|
||||||
// IgnoreDefault intructs the library not to allow global commands after
|
// StrictSubcommands intructs the library not to allow global commands after
|
||||||
// subcommand
|
// subcommand
|
||||||
StrictSubcommands bool
|
StrictSubcommands bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue