Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider a library for command line parsing #6

Open
mjwall opened this issue Mar 6, 2018 · 1 comment
Open

Consider a library for command line parsing #6

mjwall opened this issue Mar 6, 2018 · 1 comment

Comments

@mjwall
Copy link

mjwall commented Mar 6, 2018

https://github.com/spf13/cobra is popular

@keith-turner keith-turner added this to the 1.0.0 milestone Mar 8, 2018
@keith-turner
Copy link
Owner

The built in go library for parsing command line args is nice, however it did not seem very strict. It was happy with -d, --d, -decode, or --decode. I am not sure if this is normal. Also, I think it was ok with -d and --decode being specified. This lack of strictness made looking into other options appeal to me.

@keith-turner keith-turner removed this from the 1.0.0 milestone Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants