Yet more argh implementation fun

This commit is contained in:
2022-05-13 20:58:55 -04:00
parent 451be7bf31
commit e4ffde87e5
9 changed files with 465 additions and 77 deletions

View File

@@ -10,7 +10,9 @@ import (
)
func main() {
ast, err := argh.ParseArgs(os.Args)
log.SetFlags(0)
ast, err := argh.ParseArgs(os.Args, nil)
if err != nil {
log.Fatal(err)
}