Skip to content

Commit 6aff7c7

Browse files
authored
Add hiddenAlias for wallet:transactions:post (#5255)
1 parent 400b226 commit 6aff7c7

File tree

1 file changed

+2
-0
lines changed
  • ironfish-cli/src/commands/wallet/transactions

1 file changed

+2
-0
lines changed

ironfish-cli/src/commands/wallet/transactions/post.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export class TransactionsPostCommand extends IronfishCommand {
1919
'$ ironfish wallet:post 618c098d8d008c9f78f6155947014901a019d9ec17160dc0f0d1bb1c764b29b4...',
2020
]
2121

22+
static hiddenAliases = ['wallet:post']
23+
2224
static flags = {
2325
...RemoteFlags,
2426
account: Flags.string({

0 commit comments

Comments
 (0)