Skip to content

Commit

Permalink
[fix] update domain:metadata:value description
Browse files Browse the repository at this point in the history
Signed-off-by: VAmuzing <[email protected]>
  • Loading branch information
VAmuzing committed Jan 25, 2024
1 parent b30d543 commit d754d48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,13 @@ mod domain {
/// A key of metadata
#[arg(short, long)]
key: Name,
/// A value of metadata
/// The value of the metadata to be associated with a specific key.
/// The following types are supported:
/// Numbers: with a suffix, e.g. 42_u32 or 1000_u128
/// Booleans: false/true
/// IPv4/IPv6: e.g. 127.0.0.1, ::1
/// Iroha Public Key Multihash: e.g. ed01207233BFC89DCBD68C19FDE6CE6158225298EC1131B6A130D1AEB454C1AB5183C0
/// JSON: e.g. {"Vec":[{"String":"a"},{"String":"b"}]}
#[arg(short, long)]
value: ValueArg,
}
Expand Down

0 comments on commit d754d48

Please sign in to comment.