Skip to content

Commit

Permalink
Add --version flag to sdk-versioner
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez committed Apr 11, 2022
1 parent 57930b3 commit 5365a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/sdk-versioner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ use toml::value::{Table, Value};
#[derive(Parser, Debug)]
#[clap(
name = "sdk-versioner",
about = "CLI tool to recursively update SDK/Smithy crate references in Cargo.toml files"
about = "CLI tool to recursively update SDK/Smithy crate references in Cargo.toml files",
version
)]
struct Args {
/// Path(s) to recursively update Cargo.toml files in
Expand Down

0 comments on commit 5365a83

Please sign in to comment.