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

Command parsing #20

Open
molind opened this issue Mar 17, 2017 · 0 comments
Open

Command parsing #20

molind opened this issue Mar 17, 2017 · 0 comments

Comments

@molind
Copy link

molind commented Mar 17, 2017

Pretty often one app have many commands. And option flags set additional parameters to that command. For example:
git log --source
rails s -p 3131
or pod install --help

I found really good example of argument parsing library for Go, called Cobra: https://github.com/spf13/cobra Which solves this task with ease. Is there a chance that you decide to add similar command parsing into Args?

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

1 participant