From 9ea18329937c126c786311c89195a75eff24e952 Mon Sep 17 00:00:00 2001 From: tilacog Date: Tue, 6 Dec 2022 18:55:15 -0300 Subject: [PATCH] indexer-cli: Improve help text for the `--fields` option --- packages/indexer-cli/src/commands/indexer/actions/get.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/indexer-cli/src/commands/indexer/actions/get.ts b/packages/indexer-cli/src/commands/indexer/actions/get.ts index a17fbc549..89e45f0d8 100644 --- a/packages/indexer-cli/src/commands/indexer/actions/get.ts +++ b/packages/indexer-cli/src/commands/indexer/actions/get.ts @@ -27,7 +27,7 @@ ${chalk.dim('Options:')} --orderBy id|deploymentID|amount|priority|...|updatedAt Order actions by a specific field (default: id) --orderDirection asc|desc Order direction (default: desc) --first [N] Fetch only the N first records (default: all records) - --fields [field1,field2] Comma-separated names of the fields to display + --fields [field1,field2,...] Comma-separated names of the fields to display (no spaces allowed between fields) -o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML `