`cargo cinstall` vs. `cargo install`: `--debug` requires an argument?
jbeich opened this issue · 2 comments
jbeich commented
Looking at dbf1d64 I don't understand what should be passed as an argument. A profile name e.g., dev
?
$ cargo cbuild --version
cargo-c 0.9.15+cargo-0.67
$ cargo install -h 2>&1 | fgrep debug
--debug Build in debug mode (with the 'dev' profile) instead of release mode
$ cargo cinstall -h 2>&1 | fgrep debug
--debug <debug> Build in debug mode instead of release mode
lu-zero commented
It seems a bug. Thank you for spotting it :)
lu-zero commented
It will be released with the new cargo if you do not need it before. Otherwise I'll prepare a point release this weekend.