Skip to content

Commit

Permalink
fix: fixed --help
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent b9fea86 commit 2fdcbe6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- v0-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
# - run: ./bin/run --help
- run: ./bin/run --help
- run: |
mkdir -p reports
$NYC yarn test --reporter mocha-junit-reporter
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
"plugins": "./lib/load",
"pluginScope": "heroku-cli",
"devPlugins": [
"@anycli/plugin-version"
"@anycli/plugin-version",
"@anycli/plugin-help"
]
},
"bugs": "https://github.com/anycli/plugin-plugins/issues",
"dependencies": {
"@anycli/command": "^0.3.4",
"@anycli/command": "^0.3.6",
"@anycli/manifest-file": "^0.3.8",
"@heroku-cli/color": "^1.1.3",
"chalk": "^2.3.0",
Expand All @@ -28,8 +29,9 @@
},
"devDependencies": {
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.46",
"@anycli/plugin-version": "^0.1.19",
"@anycli/engine": "^0.2.0",
"@anycli/plugin-help": "^0.3.7",
"@anycli/plugin-version": "^0.1.20",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
"@types/chai": "^4.1.2",
Expand Down
48 changes: 38 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@anycli/command@^0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.4.tgz#c02b07f0f309192021cd76fa66b3f88db173025e"
"@anycli/command@^0.3.5", "@anycli/command@^0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.6.tgz#02aadc38cee7bc4acb2069732cb1591dfc339c29"
dependencies:
"@anycli/parser" "^3.0.4"
cli-ux "^3.3.12"
Expand All @@ -23,16 +23,17 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.46":
version "0.1.46"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.46.tgz#89ed1b587f5fc83f8ca865786420684d319d04fa"
"@anycli/engine@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.2.0.tgz#4db6bbf655082983de773b2a2cd06848001bae59"
dependencies:
"@anycli/manifest-file" "^0.3.8"
cli-ux "^3.3.12"
debug "^3.1.0"
fs-extra "^5.0.0"
globby "^7.1.1"
lodash "^4.17.4"
semver "^5.5.0"

"@anycli/manifest-file@^0.3.8":
version "0.3.8"
Expand All @@ -53,11 +54,25 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugin-version@^0.1.19":
version "0.1.19"
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.19.tgz#8a4e9b3e44acb810cb1db82db71bf9dc1048b297"
"@anycli/plugin-help@^0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.3.7.tgz#aefde35b0b49b1598e893ed83910955bd24419ef"
dependencies:
"@anycli/command" "^0.3.6"
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
cli-ux "^3.3.12"
indent-string "^3.2.0"
lodash "^4.17.4"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-version@^0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.20.tgz#c0b3bc5711d33bc7a71ef0264611165aab64ae3c"
dependencies:
"@anycli/command" "^0.3.4"
"@anycli/command" "^0.3.5"
cli-ux "^3.3.12"

"@anycli/screen@^0.0.3":
Expand Down Expand Up @@ -1622,10 +1637,23 @@ which@^1.2.9, which@^1.3.0:
dependencies:
isexe "^2.0.0"

widest-line@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.0.tgz#0142a4e8a243f8882c0233aa0e0281aa76152273"
dependencies:
string-width "^2.1.1"

wordwrap@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"

wrap-ansi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
dependencies:
string-width "^2.1.1"
strip-ansi "^4.0.0"

wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
Expand Down

0 comments on commit 2fdcbe6

Please sign in to comment.