Skip to content

Commit bbf8a1e

Browse files
authored
Move wallet:accounts -> wallet (#5258)
1 parent 014d66b commit bbf8a1e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

ironfish-cli/src/commands/wallet/accounts.ts renamed to ironfish-cli/src/commands/wallet/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { RemoteFlags } from '../../flags'
88
export class AccountsCommand extends IronfishCommand {
99
static description = `list accounts in the wallet`
1010

11+
static hiddenAliases = ['wallet:accounts']
12+
1113
static flags = {
1214
...RemoteFlags,
1315
displayName: Flags.boolean({

0 commit comments

Comments
 (0)