diff options
| author | Alexey Trofimov <[email protected]> | 2023-01-18 11:52:13 +0300 |
|---|---|---|
| committer | Alexey Trofimov <[email protected]> | 2023-01-18 11:52:13 +0300 |
| commit | 5036dce2d6a64b2dd1b6e270947bde1e8110708c (patch) | |
| tree | a10ecad9ff0307d323947b3cbef8d886f4b63101 /parse.go | |
| parent | cef66fd2f6e0e061ade3778d3d3868032e4f0a32 (diff) | |
fix typo
Diffstat (limited to 'parse.go')
| -rw-r--r-- | parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
