From d8f6bb20cc408cbd5a1ad5ec225b57aa6d60e1f1 Mon Sep 17 00:00:00 2001 From: 0x009922 <43530070+0x009922@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:51:56 +0000 Subject: [PATCH] Update client_cli/src/main.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ⭐️NINIKA⭐️ Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com> --- client_cli/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client_cli/src/main.rs b/client_cli/src/main.rs index 3960d4f56fb..ecc492c4dcd 100644 --- a/client_cli/src/main.rs +++ b/client_cli/src/main.rs @@ -31,7 +31,8 @@ use iroha_primitives::addr::SocketAddr; // FIXME: `pub` is needed because Rust complains about "leaking private types" // when this type is used inside of modules. I don't know how to fix it. pub struct MetadataArgs { - // The JSON/JSON5 file with key-value metadata pairs + /// The JSON/JSON5 file with key-value metadata pairs +Comment #[arg(short, long, value_name("PATH"), value_hint(clap::ValueHint::FilePath))] metadata: Option, }