You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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 frombrew install
, but I got an unexpected response.The text was updated successfully, but these errors were encountered: