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

inconsistent usage of CLI flags #317

Open
igable opened this issue Dec 18, 2015 · 0 comments
Open

inconsistent usage of CLI flags #317

igable opened this issue Dec 18, 2015 · 0 comments

Comments

@igable
Copy link
Contributor

igable commented Dec 18, 2015

There are cases where different commands use --server_id , --serverid, and --server-id . We should follow GNU conventions on CLI flags i.e. no underscores.

In cases where the command operates on ID for a particular object that the id should be dropped from the the flag name. For examples:

dcm-terminate-server --server_id 2 ➡️ dcm-terminate-server --id 2

The old flags would be kept in place and marked as deprecated until Mixcoatl 2.0

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