Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2022 Changes in this version + type AnArgType struct + Abrev string + Default string + Name string + NoValue bool + Required bool + type ArgConfigType struct + Config map[string]AnArgType + func (bb *ArgConfigType) IsArg(s string) (match bool, name string, aa AnArgType) + type ArgRetType struct + Config *ArgConfigType + Remainder []string + Set map[string]string + func GetArgs(argConfig *ArgConfigType, off int, argc []string) (rv *ArgRetType, err error) + func (aa *ArgRetType) Usage(cmd string)