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

Have cmdline args follow standard convention #2

Open
thejta opened this issue Apr 18, 2016 · 0 comments
Open

Have cmdline args follow standard convention #2

thejta opened this issue Apr 18, 2016 · 0 comments
Assignees

Comments

@thejta
Copy link
Contributor

thejta commented Apr 18, 2016

Right now long cmdline options such as -quiet, -quieterror, -coe, etc.. don't follow the normal convention of being started with double dash (--quieterror, etc..)

The code, help text, etc.. should be updated to fix this.

Stage 1: Put in support for the proper form and let both live together
Stage 2: Deprecate the old form and start throwing warning messages when used, but proceede
Stage 3: Completely remove the old form, causing cmdline fails when used.

Another possible item to look into is making sure all short args have a matching long arg.

@mklight mklight self-assigned this Apr 19, 2017
kahnevan pushed a commit that referenced this issue Apr 14, 2020
pyecmd: Make fapi2 test conditional on fapi2 being built into ecmd
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