You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any Go libraries that you can recommend on command line argument parsing? Especially with the ability to define sub-commands (ala git's CLI)?
The test driver specification is a DocOpt string and it looks like there is a Go implementation https://github.com/docopt/docopt.go which should make the argument parsing task easy?
Are there any Go libraries that you can recommend on command line argument parsing? Especially with the ability to define sub-commands (ala git's CLI)?
The test driver specification is a DocOpt string and it looks like there is a Go implementation https://github.com/docopt/docopt.go which should make the argument parsing task easy?
Originally posted by @therapon in https://github.com/amzn/ion-go/pull/47/files
The text was updated successfully, but these errors were encountered: