Skip to content

Commit

Permalink
Update client_cli/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ⭐️NINIKA⭐️ <[email protected]>
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 and DCNick3 authored Dec 20, 2023
1 parent 792a0ae commit d8f6bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PathBuf>,
}
Expand Down

0 comments on commit d8f6bb2

Please sign in to comment.