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

cargo cinstall vs. cargo install: --debug requires an argument? #302

Closed
jbeich opened this issue Jan 11, 2023 · 2 comments · Fixed by #303
Closed

cargo cinstall vs. cargo install: --debug requires an argument? #302

jbeich opened this issue Jan 11, 2023 · 2 comments · Fixed by #303
Labels
bug Something isn't working D-Easy Easy task, takes about 1hour to be complete

Comments

@jbeich
Copy link
Contributor

jbeich commented Jan 11, 2023

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 lu-zero added bug Something isn't working D-Easy Easy task, takes about 1hour to be complete labels Jan 11, 2023
@lu-zero
Copy link
Owner

lu-zero commented Jan 11, 2023

It seems a bug. Thank you for spotting it :)

@lu-zero
Copy link
Owner

lu-zero commented Jan 12, 2023

It will be released with the new cargo if you do not need it before. Otherwise I'll prepare a point release this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working D-Easy Easy task, takes about 1hour to be complete
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants