mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
This commit is contained in:
parent
ef8ca7b363
commit
b9fb53ed73
@ -56,7 +56,7 @@ pub struct Options {
|
||||
/// Run the code in release mode
|
||||
#[clap(long = "release")]
|
||||
pub release_mode: bool,
|
||||
/// Command line arguments passed to the runner
|
||||
/// Command line arguments passed to the runner. Arguments after `--` are passed to the application.
|
||||
pub args: Vec<String>,
|
||||
/// Disable the file watcher
|
||||
#[clap(long)]
|
||||
|
Loading…
Reference in New Issue
Block a user