From 5365a83ce62412447d0f029ae40ebafff908b855 Mon Sep 17 00:00:00 2001 From: david-perez Date: Mon, 11 Apr 2022 20:21:02 +0200 Subject: [PATCH] Add --version flag to sdk-versioner --- tools/sdk-versioner/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/sdk-versioner/src/main.rs b/tools/sdk-versioner/src/main.rs index 7f602d795d..01aaa1a955 100644 --- a/tools/sdk-versioner/src/main.rs +++ b/tools/sdk-versioner/src/main.rs @@ -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