瀏覽代碼

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

Lucas Fernandes Nogueira 2 年之前
父節點
當前提交
b9fb53ed73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/cli/src/dev.rs

+ 1 - 1
tooling/cli/src/dev.rs

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