Skip to content

Commit

Permalink
fix args name for chain:asset (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd021 authored Feb 1, 2023
1 parent 1676f86 commit 0279da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-cli/src/commands/chain/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class Asset extends IronfishCommand {

static args = [
{
name: 'identifier',
name: 'id',
parse: (input: string): Promise<string> => Promise.resolve(input.trim()),
required: true,
description: 'The identifier of the asset',
Expand Down

0 comments on commit 0279da7

Please sign in to comment.