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

CLI: --release flag is incorrect in cargo install #2669

Closed
xpe opened this issue Jul 22, 2024 · 0 comments · Fixed by #2671
Closed

CLI: --release flag is incorrect in cargo install #2669

xpe opened this issue Jul 22, 2024 · 0 comments · Fixed by #2671
Labels
bug Something isn't working cli Related to the dioxus-cli program documentation Improvements or additions to documentation

Comments

@xpe
Copy link
Contributor

xpe commented Jul 22, 2024

Current CLI README

Install from local folder

Note: The CLI will fail to build projects in debug profile. This is currently under investigation.

cargo install --path . --release

Error

error: unexpected argument '--release' found

  tip: `--release` is the default for `cargo install`; instead `--debug` is supported

Cargo Version

% cargo --version
cargo 1.79.0 (ffa9cf99a 2024-06-03)

ealmloff added a commit that referenced this issue Jul 22, 2024
@ealmloff ealmloff added bug Something isn't working documentation Improvements or additions to documentation cli Related to the dioxus-cli program labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants