Skip to content

Commit

Permalink
Merge branch 'clap-more' into tool-config-test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 1, 2024
2 parents b106307 + 6ce5e17 commit b30191d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-insta/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct TargetArgs {
/// Explicit path to the workspace root
#[arg(long, value_name = "PATH")]
workspace_root: Option<PathBuf>,
/// Sets the extensions to consider.
/// Sets the extensions to consider. Defaults to `snap`.
#[arg(short = 'e', long, value_name = "EXTENSIONS", num_args = 1.., value_delimiter = ',', default_value = "snap")]
extensions: Vec<String>,
/// Work on all packages in the workspace
Expand Down

0 comments on commit b30191d

Please sign in to comment.