package
1.5.202
Repository: https://github.com/divverent/aaaaxy.git
Documentation: pkg.go.dev

# Functions

Bool creates a bool in our FlagSet.
Cheating returns if any cheats are enabled, and what they are.
Duration creates a Duration in our FlagSet.
Float64 creates a float64 in our FlagSet.
Get loads a flag by name.
Int creates an int in our FlagSet.
Marshal returns a config object for the currently set flags (both those from the config and command line).
NoConfig can be passed to Parse if the binary wants to do no config file processing.
Parse parses the command-line flags, then loads the config object using the provided function.
ResetFlagToDefault returns a given flag to its default value.
ResetToDefaults returns all flags to their default value.
Set overrides a flag value.
String creates a string in our FlagSet.
StringMap is a custom flag type to contain maps from string to T.
SystemDefault performs a GOOS/GOARCH dependent value lookup to be used in flag defaults.
Text creates a flag based on a variable that fulfills TextMarshaler and TextUnmarshaler.

# Structs

Config is a JSON serializable type containing the flags.