alexflint / go-arg

Struct-based argument parsing in Go
https://pkg.go.dev/github.com/alexflint/go-arg
BSD 2-Clause "Simplified" License
2.04k stars 100 forks source link

Update API docs for Parser.Parse #270

Closed alexflint closed 2 months ago

alexflint commented 2 months ago

Add some notes about the way that Parse() returns ErrHelp and ErrVersion when --help and --version are written on the command line.