Skip to content

Commit

Permalink
refactor: small fix, use alias instead aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Dec 10, 2024
1 parent 64e47cf commit 424a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/call/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub(crate) struct CallArgs {
pub(crate) enum Command {
/// Call a chain
#[cfg(feature = "parachain")]
#[clap(aliases = ["p"], visible_aliases = ["parachain"])]
#[clap(alias = "p", visible_aliases = ["parachain"])]
Chain(chain::CallChainCommand),
/// Call a contract
#[cfg(feature = "contract")]
Expand Down

0 comments on commit 424a9e1

Please sign in to comment.