From 0279da79ad4ecaa06554179041b37655221d01f3 Mon Sep 17 00:00:00 2001 From: wd021 Date: Wed, 1 Feb 2023 19:30:03 +0000 Subject: [PATCH] fix args name for chain:asset (#3247) --- ironfish-cli/src/commands/chain/asset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironfish-cli/src/commands/chain/asset.ts b/ironfish-cli/src/commands/chain/asset.ts index afe34800e4..1a6dffa1f8 100644 --- a/ironfish-cli/src/commands/chain/asset.ts +++ b/ironfish-cli/src/commands/chain/asset.ts @@ -10,7 +10,7 @@ export default class Asset extends IronfishCommand { static args = [ { - name: 'identifier', + name: 'id', parse: (input: string): Promise => Promise.resolve(input.trim()), required: true, description: 'The identifier of the asset',