We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fc929 commit 1db257cCopy full SHA for 1db257c
cli/src/opts/cast.rs
@@ -286,7 +286,8 @@ pub enum Subcommands {
286
/// Create an access list for a transaction.
287
#[clap(visible_aliases = &["ac", "acl"])]
288
AccessList(AccessListArgs),
289
- /// Create an access list for a transaction.
+ /// Get logs by signature or topic.
290
+ #[clap(visible_alias = "l")]
291
Logs(LogsArgs),
292
/// Get information about a block.
293
#[clap(visible_alias = "bl")]
@@ -703,7 +704,7 @@ pub enum Subcommands {
703
704
},
705
706
/// Perform an ENS reverse lookup.
- #[clap(visible_alias = "l")]
707
+ #[clap(visible_alias = "la")]
708
LookupAddress {
709
/// The account to perform the lookup for.
710
who: Option<Address>,
0 commit comments