diff --git a/cli/src/cli.rs b/cli/src/cli.rs index 62dbea6..ad163d7 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -51,6 +51,7 @@ pub(crate) enum Command { account: Address, #[clap( long = "token", + conflicts_with = "eth", help = "Specify the token address, the ETH is used as default." )] token_address: Option
, @@ -58,6 +59,7 @@ pub(crate) enum Command { long = "eth", required = false, default_value_t = false, + conflicts_with = "token_address", help = "Display the balance in ETH." )] eth: bool,