package
0.16.1
Repository: https://github.com/josegonzalez/cli-skeleton.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
CommandErrorText is used to easily render the same messaging across commads when an error is printed.
No description provided by the author
Commands returns the mapping of CLI commands.
No description provided by the author
No description provided by the author
No description provided by the author
MergeAutocompleteFlags is used to join multiple flag completion sets.
NewHumanWriter creates and initializes a new HumanWriter.
No description provided by the author
setupEnv parses args and may replace them and sets some env vars to known values based on format options.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EnvCLINoColor is an env var that toggles colored UI output.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
HumanWriter parses the JSON input and writes it in an (optionally) colorized, human-friendly format to Out.
Meta contains the meta-options and functionality that nearly every command inherits.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
NamedCommand is a interface to denote a commmand's name.

# Type aliases

ArgumentType is an enum to define what arguments are present.
No description provided by the author
FlagSetFlags is an enum to define what flags are present in the default FlagSet returned by Meta.FlagSet.