package
0.31.0
Repository: https://github.com/davidgamba/go-getoptions.git
Documentation: pkg.go.dev

# Variables

ErrorAmbiguousArgument holds the text for ambiguous argument error.
ErrorArgumentIsNotKeyValue holds the text for Map type options where the argument is not of key=value type.
ErrorArgumentWithDash holds the text for missing argument error in cases where the next argument looks like an option (starts with '-').
No description provided by the author
No description provided by the author
ErrorConvertToFloat64 holds the text for Float64 Coversion argument error.
ErrorConvertToInt holds the text for Int Coversion argument error.
ErrorMissingArgument holds the text for missing argument error.
No description provided by the author
No description provided by the author
ErrorMissingRequiredOption holds the text for missing required option error.
HelpArgumentsHeader holds the header text for the argument list.
HelpCommandsHeader holds the header text for the command list.
HelpNameHeader holds the header text for the command name.
HelpOptionsHeader holds the header text for the option list.
HelpRequiredOptionsHeader holds the header text for the required parameters.
HelpSynopsisHeader holds the header text for the synopsis.
MessageOnInterrupt holds the text for the message to be printed when an interrupt is received.
No description provided by the author
WarningOnUnknown holds the text for the unknown option message.