From 5036dce2d6a64b2dd1b6e270947bde1e8110708c Mon Sep 17 00:00:00 2001 From: Alexey Trofimov Date: Wed, 18 Jan 2023 11:52:13 +0300 Subject: [PATCH] fix typo --- parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.go b/parse.go index 3efe858..b935fad 100644 --- a/parse.go +++ b/parse.go @@ -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 }