From 14e9676908789384da41b455759b7b6b36fa2b58 Mon Sep 17 00:00:00 2001 From: Dennis Seah Date: Thu, 1 Apr 2021 17:48:06 -0700 Subject: [PATCH] cannot use -h for shortcut --- docs/commands/data.json | 2 +- src/commands/deployment/get.decorator.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/data.json b/docs/commands/data.json index 5bf87418..349d9c8a 100644 --- a/docs/commands/data.json +++ b/docs/commands/data.json @@ -166,7 +166,7 @@ "defaultValue": false }, { - "arg": "-h, --hide-separators", + "arg": "-e, --hide-separators", "description": "Display the table without separators between columns", "defaultValue": false } diff --git a/src/commands/deployment/get.decorator.json b/src/commands/deployment/get.decorator.json index 04d56235..85572bd3 100644 --- a/src/commands/deployment/get.decorator.json +++ b/src/commands/deployment/get.decorator.json @@ -49,7 +49,7 @@ "defaultValue": false }, { - "arg": "-h, --hide-separators", + "arg": "-e, --hide-separators", "description": "Display the table without separators between columns", "defaultValue": false }