package
0.5.1
Repository: https://github.com/tkw1536/goprogram.git
Documentation: pkg.go.dev

# Functions

AllFlags is a convenience method to get all flags for the provided argument type.
No description provided by the author
IsHelp checks if err represents the help flag being passed.
IsUnknownFlag checks if err indicates an unknown flag.
NewArgumentsParser creates a new parser fo parse a set of arguments.
NewFlag creates a new flag based on an option from the flags package.
NewPositional creates a new Positional from a flag argument.

# Structs

Config represents configuration for the parser for a command.
Parse represents a parser for arguments.