A bit more coverage + say things in README

This commit is contained in:
2022-07-10 17:36:13 -04:00
parent 30449ba506
commit f1c090f4cb
3 changed files with 108 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ func main() {
pCfg := argh.NewParserConfig()
pCfg.Prog = &argh.CommandConfig{
NValue: argh.OneOrMoreValue,
ValueNames: []string{"topping"},
ValueNames: []string{"val"},
Flags: &argh.Flags{
Automatic: true,
},