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
Clap throws an assertion error when running tauri build.
Side note: it seems like load_yaml!("cli.yml"); does not mark main.rs as dirty when cli.yml changes. I need to clean build to get the changes in cli.yml to be utilized.
To Reproduce
Steps to reproduce the behavior:
cd to rs.cli directory.
Clean build rs.cli: cargo clean && cargo build
cd to your project directory. (In this case, project was created with npm x create-tauri-app)
Build project with rs.cli executable: path/to/cargo-tauri tauri build
Note error:
thread 'main' panicked at '
ArgSettings::TakesValue is required when ArgSettings::MultipleValues is set.
Describe the bug
Clap throws an assertion error when running
tauri build
.Side note: it seems like
load_yaml!("cli.yml");
does not markmain.rs
as dirty whencli.yml
changes. I need to clean build to get the changes incli.yml
to be utilized.To Reproduce
Steps to reproduce the behavior:
cargo clean && cargo build
npm x create-tauri-app
)path/to/cargo-tauri tauri build
Expected behavior
Project is built successfully.
Screenshots
Platform and Versions (required):
Additional context
Built from hash
8fcdc1d47419f8f609b5685d5266d7c5365a7106
Stack Trace
The text was updated successfully, but these errors were encountered: