//
pkg.gl
Category
github.com/DataDrake/cli-ng
options
package
1.1.0
Repository:
https://github.com/datadrake/cli-ng.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
1
Files
167 SLOC
#
Functions
NewParser
NewParser does the initial parsing of arguments and returns the resulting Parser.
#
Constants
Long
Long flags start with two hyphens (ie.
Short
Short flags start with a single hyphen (ie.
#
Structs
Flag
Flag is an CLI switch that may affect execution.
Parser
Parser can be used to read and convert the raw program arguments.