cargo-binstall icon indicating copy to clipboard operation
cargo-binstall copied to clipboard

Deprecate --version and add support for -v

Open NobodyXu opened this issue 1 year ago • 1 comments

--version is misleading https://github.com/taiki-e/install-action/issues/14

And cargo-binstall needs a -v to obtain its version easily.

NobodyXu avatar Jul 26 '22 02:07 NobodyXu

It is a bit, but also cargo-install has --version. I'm reluctant to remove it because having this "drop in replacement to cargo-install in most cases" aspect is useful.

We can definitely add -V to show the version, like cargo itself has.

passcod avatar Jul 28 '22 14:07 passcod

Completed in #259

NobodyXu avatar Aug 05 '22 05:08 NobodyXu