Skip to content

Commit

Permalink
removed short = 'f'
Browse files Browse the repository at this point in the history
Edits from @gregnazario

Closes: aptos-labs#780
  • Loading branch information
vladimirovmm authored and aptos-bot committed May 3, 2022
1 parent 0f5cb2f commit a1b0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos/src/move_tool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub struct TestPackage {
move_options: MovePackageDir,

/// A filter string to determine which unit tests to run
#[clap(name = "filter", short = 'f', long = "filter")]
#[clap(long)]
pub filter: Option<String>,
}

Expand Down

0 comments on commit a1b0ea0

Please sign in to comment.