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

Move writing program version from usage to help writer #259

Closed hhromic closed 2 months ago

hhromic commented 4 months ago

This simple PR fixes the linked issue below. Writing the version on usage text is unexpected and confusing.

Resolves #193