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.
1 parent 400b226 commit 6aff7c7Copy full SHA for 6aff7c7
ironfish-cli/src/commands/wallet/transactions/post.ts
@@ -19,6 +19,8 @@ export class TransactionsPostCommand extends IronfishCommand {
19
'$ ironfish wallet:post 618c098d8d008c9f78f6155947014901a019d9ec17160dc0f0d1bb1c764b29b4...',
20
]
21
22
+ static hiddenAliases = ['wallet:post']
23
+
24
static flags = {
25
...RemoteFlags,
26
account: Flags.string({
0 commit comments