This commit is contained in:
Alexey Trofimov 2023-01-18 11:52:13 +03:00
parent cef66fd2f6
commit 5036dce2d6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ type Config struct {
// default values, including pointers to sub commands
IgnoreDefault bool
// IgnoreDefault intructs the library not to allow global commands after
// StrictSubcommands intructs the library not to allow global commands after
// subcommand
StrictSubcommands bool
}