Skip to content

Commit

Permalink
Update default command for exec
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 31, 2024
1 parent 0a6b06b commit d359721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct ExecArgs {
task: Option<String>,
#[arg(long)]
container: Option<String>,
#[arg(long, default_value = "/bin/sh")]
#[arg(long, default_value = "/bin/bash")]
command: String,
#[arg(long, default_value_t = true)]
interactive: bool,
Expand Down

0 comments on commit d359721

Please sign in to comment.