//
pkg.gl
Category
github.com/rubiojr/rapi
internal
options
package
0.0.0-20230227070331-53483ec82e17
Repository:
https://github.com/rubiojr/rapi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
10
Files
189 SLOC
#
Functions
List
List returns a list of all registered options (using Register()).
Parse
Parse takes a slice of key=value pairs and returns an Options type.
Register
Register allows registering options so that they can be listed with List.
#
Structs
Help
Help contains information about an option.
#
Type aliases
Options
Options holds options in the form key=value.