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

-v parameter #350

Open
bcdady opened this issue Feb 11, 2022 · 1 comment
Open

-v parameter #350

bcdady opened this issue Feb 11, 2022 · 1 comment

Comments

@bcdady
Copy link

bcdady commented Feb 11, 2022

Could the cloudtruth CLI support the common -v parameter/argument, in addition to --version and -V?

From muscle-memory, I tried to run cloudtruth -v after installing from brew install, but I got an unexpected response.

@jeking3
Copy link
Contributor

jeking3 commented Feb 23, 2022

@bcdady this is provided by the Rust clap library and it is pretty common across Rust-based CLIs; see their example. I suspect it is because -v is usually associated with "verbose", with multiple "-v" specified increasing the verbosity, unless "-vN` is used where N is a number.

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