fix: repair and unify subcommand help outputs

This commit is contained in:
Rainer Killinger
2020-03-02 15:05:33 +01:00
parent e18858fc58
commit 4ae968ff0f
4 changed files with 151 additions and 104 deletions

View File

@@ -16,20 +16,20 @@
},
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.2.0",
"@krlwlfrt/async-pool": "0.3.0",
"@openstapps/core": "0.33.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.4.0",
"@types/cli-progress": "1.8.1",
"@types/express": "4.17.2",
"@types/morgan": "1.7.37",
"@types/express": "4.17.3",
"@types/morgan": "1.9.0",
"@types/node": "10.17.14",
"@types/request": "2.48.4",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.7",
"@types/wait-on": "4.0.0",
"cli-progress": "3.6.0",
"commander": "4.1.1",
"commander": "5.0.0-3",
"express": "4.17.1",
"fast-clone": "1.5.13",
"jsonschema": "1.2.5",
@@ -38,12 +38,12 @@
"request": "2.88.2",
"traverse": "0.6.6",
"uuid": "3.4.0",
"wait-on": "4.0.0"
"wait-on": "4.0.1"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.23.0",
"@types/chai": "4.2.9",
"@openstapps/configuration": "0.24.0",
"@types/chai": "4.2.10",
"@types/chai-as-promised": "7.1.2",
"@types/chai-spies": "1.0.1",
"@types/fs-extra": "8.1.0",
@@ -61,8 +61,8 @@
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "8.6.2",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"tslint": "6.0.0",
"typedoc": "0.16.11",
"typescript": "3.7.5"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",