Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant