Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit bbf982c

Browse files
committed
remove non-functioning owner alias in some subcommands
1 parent 4ed6269 commit bbf982c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

token/cli/src/clap_app.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,6 @@ pub fn app<'a>(
16001600
)
16011601
.arg(
16021602
Arg::with_name("wallet_keypair")
1603-
.alias("owner")
16041603
.value_name("KEYPAIR")
16051604
.validator(|s| is_valid_signer(s))
16061605
.takes_value(true)
@@ -1698,7 +1697,6 @@ pub fn app<'a>(
16981697
.arg(
16991698
Arg::with_name("close_authority")
17001699
.long("close-authority")
1701-
.alias("owner")
17021700
.value_name("KEYPAIR")
17031701
.validator(|s| is_valid_signer(s))
17041702
.takes_value(true)
@@ -2224,7 +2222,6 @@ pub fn app<'a>(
22242222
.arg(
22252223
Arg::with_name("withdraw_withheld_authority")
22262224
.long("withdraw-withheld-authority")
2227-
.alias("owner")
22282225
.value_name("KEYPAIR")
22292226
.validator(|s| is_valid_signer(s))
22302227
.takes_value(true)

0 commit comments

Comments
 (0)