Merge commit 'd0aeb4d' into v3-porting

This commit is contained in:
2022-11-07 08:35:19 -05:00
4 changed files with 25 additions and 0 deletions

View File

@@ -325,6 +325,8 @@ type App struct {
// Allows global flags set by libraries which use flag.XXXVar(...) directly
// to be parsed through this library
AllowExtFlags bool
// Treat all flags as normal arguments if true
SkipFlagParsing bool
// Has unexported fields.
}