Skip to content

Commit 9fd05e8

Browse files
committed
fix: add explicit clap attribute for optional command argument
1 parent 2c81478 commit 9fd05e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ enum Commands {
4444
/// Run a command in each repository
4545
Run {
4646
/// Command to execute
47+
#[arg(value_name = "COMMAND")]
4748
command: Option<String>,
4849

4950
/// Name of a recipe defined in config.yaml

0 commit comments

Comments
 (0)