Yet more argh implementation fun

This commit is contained in:
2022-05-13 20:58:55 -04:00
parent af7d5c6e14
commit c15bafe55d
10 changed files with 466 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)
}