Merge commit 'c3fccc0' into v3-porting

This commit is contained in:
2022-11-07 08:35:12 -05:00
4 changed files with 41 additions and 7 deletions

View File

@@ -322,6 +322,9 @@ type App struct {
UseShortOptionHandling bool
// Enable suggestions for commands and flags
Suggest bool
// Allows global flags set by libraries which use flag.XXXVar(...) directly
// to be parsed through this library
AllowExtFlags bool
// Has unexported fields.
}