Skip to content

Commit 7e527a2

Browse files
brunocrohmohebifar
authored andcommitted
fix(cli): add shorthand for --update-snapshot arg
1 parent 337d0f3 commit 7e527a2

File tree

1 file changed

+1
-1
lines changed
  • crates/cli/src/commands/jssg

1 file changed

+1
-1
lines changed

crates/cli/src/commands/jssg/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct Command {
2424
pub filter: Option<String>,
2525

2626
/// Update expected outputs with actual results
27-
#[arg(long)]
27+
#[arg(long, short)]
2828
pub update_snapshots: bool,
2929

3030
/// Show detailed output for each test

0 commit comments

Comments
 (0)