package
Version:
v0.0.0-...-1643519
Opens a new window with list of versions in this module.
Published: Jul 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.