Re-document SkipFlagParsing
#2068
Labels
area/v3
relates to / is being considered for v3
status/triage
maintainers still need to look into this
Hey ! The documentation on
SkipFlagParsing
says "Treat all flags as normal arguments if true".However, it seems to also disable the parsing of subcommands. Example:
If I run
go run . subcmd
, togglingSkipFlagParsing
would produce different results (a differentAction
gets executed). I think this should be reflected in the docsThe text was updated successfully, but these errors were encountered: