avamsi / climate

"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.)
https://pkg.go.dev/github.com/avamsi/climate#section-documentation
The Unlicense
147 stars 3 forks source link

Add a version command as well #21

Closed avamsi closed 1 year ago

avamsi commented 1 year ago

This should be similar to -v/--version (and both should only be defaults -- i.e., users should be able to define their own and override seamlessly).