package
0.0.0-20230227070331-53483ec82e17
Repository: https://github.com/rubiojr/rapi.git
Documentation: pkg.go.dev

# Functions

List returns a list of all registered options (using Register()).
Parse takes a slice of key=value pairs and returns an Options type.
Register allows registering options so that they can be listed with List.

# Structs

Help contains information about an option.

# Type aliases

Options holds options in the form key=value.