Skip to content

Commit e8fca78

Browse files
authored
Merge pull request #1192 from ember-cli/yargs-help-output
add yargs-help-output
2 parents 22d32c4 + df745fe commit e8fca78

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ To run codemods:
7575
ember-cli-update --run-codemods
7676
```
7777

78-
## Options
78+
## Commands
79+
80+
<!-- CODEGEN_CLI_HELP -->
7981

8082
```
8183
--help Show help [boolean]
@@ -114,6 +116,8 @@ ember-cli-update --run-codemods
114116
[string]
115117
```
116118

119+
<!-- CODEGEN_CLI_HELP -->
120+
117121
## Power User Guide
118122

119123
Let's update from Ember CLI 2.18.2 to Ember CLI 3.1.4

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"start": "node bin/ember-cli-update",
1313
"test": "mocha \"test/!(fixtures)/**/*-test.js\"",
1414
"test:bin": "mocha test/acceptance/ember-cli-update-test.js",
15-
"test:fast": "mocha \"test/+(integration|unit)/**/*-test.js\""
15+
"test:fast": "mocha \"test/+(integration|unit)/**/*-test.js\"",
16+
"preversion": "yargs-help-output README.md --npm-script-name start",
17+
"version": "git add README.md"
1618
},
1719
"repository": {
1820
"type": "git",
@@ -69,6 +71,7 @@
6971
"renovate-config-standard": "2.1.2",
7072
"sinon": "^11.0.0",
7173
"sinon-chai": "^3.3.0",
72-
"standard-node-template": "2.0.0"
74+
"standard-node-template": "2.0.0",
75+
"yargs-help-output": "^2.0.0"
7376
}
7477
}

0 commit comments

Comments
 (0)