package
2.1.0
Repository: https://github.com/monk-io/complete.git
Documentation: pkg.go.dev

# Packages

Generates flags.go.

# Functions

Bool if a flag function for a flag of type bool.
BoolVar if a flag function for a flag of already exiting variable of type bool.
Duration if a flag function for a flag of type time.Duration.
DurationVar if a flag function for a flag of already exiting variable of type time.Duration.
Int if a flag function for a flag of type int.
IntVar if a flag function for a flag of already exiting variable of type int.
Parse parses command line arguments.
String if a flag function for a flag of type string.
StringVar if a flag function for a flag of already exiting variable of type string.

# Variables

No description provided by the author

# Type aliases

FlagSet is bash completion enabled flag.FlagSet.