import "go.chromium.org/luci/common/flag/nestedflagset"
lexer.go nestedflagset.go token.go
FlagSet is a flag.Flag implementation that parses into a nested flag.FlagSet.
The FlagSet's flag value is parsed broken into a series of sub-options, which are then loaded into the nested flag set (FlagSet.F).
Parse parses a one-line option string into the underlying flag set.
Set implements flags.Value.
String implements flags.Value.
Usage constructs a one-line usage string for all of the options defined in Flags.
Package nestedflagset imports 5 packages (graph) and is imported by 3 packages. Updated 2021-01-25. Refresh now. Tools for package owners.