docs(cli): clarify passing arguments to the application on tauri dev closes #5079 (#5086)

This commit is contained in:
Lucas Fernandes Nogueira 2022-08-29 09:31:21 -03:00 committed by GitHub
parent ef8ca7b363
commit b9fb53ed73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]