@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 Show this help text.
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 Show this help text.
98
+ - help, --help, -h Show this help text.
99
99
 
100
100
  Usage:
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neurodevs/ndx-cli",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "CLI tools for the Neurodevs ecosystem.",
5
5
  "keywords": [
6
6
  "nodejs",
@@ -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 Show this help text.
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 Show this help text.
116
+ - help, --help, -h Show this help text.
117
117
 
118
118
  Usage:
119
119