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

There is no cli usage or version sections #6

Open
samehkamaleldin opened this issue Dec 5, 2015 · 0 comments
Open

There is no cli usage or version sections #6

samehkamaleldin opened this issue Dec 5, 2015 · 0 comments
Assignees
Milestone

Comments

@samehkamaleldin
Copy link
Collaborator

Any command line application should provide usage section, and at tends to be showed when called with --help flag.

you may need to use commander package, it would make things much easier for you.

usage should be printed when

vispack --help
vispack -h

and version should be printed when

vispack --version
vispack -v
@samehkamaleldin samehkamaleldin changed the title There is cli usage section There is no cli usage or version sections Dec 5, 2015
@samehkamaleldin samehkamaleldin added this to the v0.0.1 milestone Dec 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants