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 name can be specified after optional parameter definition #4

Open
pyal opened this issue Feb 15, 2016 · 0 comments
Open

Command name can be specified after optional parameter definition #4

pyal opened this issue Feb 15, 2016 · 0 comments

Comments

@pyal
Copy link

pyal commented Feb 15, 2016

Program works in the same way independent of command_name position
Equal commands:
executable command_name --debug
executable --debug command_name

It will be nice to fix command_name to the first position (can have potential problem of mixing command and args). Information about global options is lost
cmd.read(globalOptions ::: params)

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