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.
wallet:accounts
wallet
1 parent 014d66b commit bbf8a1eCopy full SHA for bbf8a1e
ironfish-cli/src/commands/wallet/accounts.ts renamed to ironfish-cli/src/commands/wallet/index.ts
@@ -8,6 +8,8 @@ import { RemoteFlags } from '../../flags'
8
export class AccountsCommand extends IronfishCommand {
9
static description = `list accounts in the wallet`
10
11
+ static hiddenAliases = ['wallet:accounts']
12
+
13
static flags = {
14
...RemoteFlags,
15
displayName: Flags.boolean({
0 commit comments