go-getoptions
go-getoptions copied to clipboard
Fully featured Go (golang) command line option parser with built-in auto-completion support.
Results
2
go-getoptions issues
Sort by
recently updated
recently updated
newest added
From Getopt::Long: It is also possible to specify the minimal and maximal number of arguments an option takes. foo=s{2,4} indicates an option that takes at least two and at most...
enhancement
I'm liking the project so far, but trying to figure out the context for help information with regards to the single purpose script vs the complex script referenced [here](https://github.com/DavidGamba/go-getoptions/blob/master/docs/new-project-templates.adoc) In...
documentation