@neurodevs/ndx-cli 0.1.46 → 0.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -597,7 +597,7 @@ CliCommandRunnerTest.helpText = `ndx CLI (Command Line Interface)
|
|
|
597
597
|
- create.package Create npm package using latest template.
|
|
598
598
|
- create.ui Create React component with test and fake.
|
|
599
599
|
- upgrade.package Upgrade existing npm package to latest template.
|
|
600
|
-
- help
|
|
600
|
+
- help, --help, -h Show this help text.
|
|
601
601
|
|
|
602
602
|
Usage:
|
|
603
603
|
|
|
@@ -95,7 +95,7 @@ class CliCommandRunner {
|
|
|
95
95
|
- create.package Create npm package using latest template.
|
|
96
96
|
- create.ui Create React component with test and fake.
|
|
97
97
|
- upgrade.package Upgrade existing npm package to latest template.
|
|
98
|
-
- help
|
|
98
|
+
- help, --help, -h Show this help text.
|
|
99
99
|
|
|
100
100
|
Usage:
|
|
101
101
|
|
package/package.json
CHANGED
|
@@ -956,7 +956,7 @@ export default class CliCommandRunnerTest extends AbstractPackageTest {
|
|
|
956
956
|
- create.package Create npm package using latest template.
|
|
957
957
|
- create.ui Create React component with test and fake.
|
|
958
958
|
- upgrade.package Upgrade existing npm package to latest template.
|
|
959
|
-
- help
|
|
959
|
+
- help, --help, -h Show this help text.
|
|
960
960
|
|
|
961
961
|
Usage:
|
|
962
962
|
|
|
@@ -113,7 +113,7 @@ export default class CliCommandRunner implements CommandRunner {
|
|
|
113
113
|
- create.package Create npm package using latest template.
|
|
114
114
|
- create.ui Create React component with test and fake.
|
|
115
115
|
- upgrade.package Upgrade existing npm package to latest template.
|
|
116
|
-
- help
|
|
116
|
+
- help, --help, -h Show this help text.
|
|
117
117
|
|
|
118
118
|
Usage:
|
|
119
119
|
|