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

Add list command #16

Merged
merged 7 commits into from
Jun 22, 2015
Merged

Add list command #16

merged 7 commits into from
Jun 22, 2015

Conversation

tcnksm
Copy link
Owner

@tcnksm tcnksm commented Jun 22, 2015

To check available framework,

$ gcli list
+-----------------+---------+-----------------------------------------------------+
|      NAME       | COMMAND |                         URL                         |
+-----------------+---------+-----------------------------------------------------+
| mitchellh_cli   | *       | https://github.com/mitchellh/cli                    |
| codegangsta_cli | *       | https://github.com/codegangsta/cli                  |
| go_cmd          | *       | https://github.com/golang/go/tree/master/src/cmd/go |
| flag            |         | https://golang.org/pkg/flag/                        |
+-----------------+---------+-----------------------------------------------------+
COMMAND(*) means you can create command pattern CLI with that framework (you can use --command flag)

tcnksm added a commit that referenced this pull request Jun 22, 2015
@tcnksm tcnksm merged commit 10f4792 into master Jun 22, 2015
@tcnksm tcnksm deleted the list branch June 27, 2015 13:17
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

Successfully merging this pull request may close these issues.

1 participant