Skip to content

Commit

Permalink
Update run.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 15, 2024
1 parent ece75b7 commit 4c5d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use miette::bail;
pub struct Run {
/// Name of the daemon to run
id: String,
#[clap(allow_hyphen_values = true, trailing_var_arg = true)]
#[clap(last = true)]
run: Vec<String>,
#[clap(short, long)]
force: bool,
Expand Down

0 comments on commit 4c5d79f

Please sign in to comment.