Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
fix: oclif v1.7.38
Browse files Browse the repository at this point in the history
<a name="1.7.38"></a>
## [1.7.38](oclif/oclif@v1.7.37...v1.7.38) (2018-05-04)

### Bug Fixes

* updated deps ([680381b](oclif/oclif@680381b))
  • Loading branch information
oclif-bot committed May 4, 2018
1 parent 3dfb809 commit 2ab551f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 33 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,9 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`example-multi-ts goodbye [FILE]`](#example-multi-ts-goodbye-file)
* [`example-multi-ts hello [FILE]`](#example-multi-ts-hello-file)
* [`example-multi-ts help [COMMAND]`](#example-multi-ts-help-command)

## `example-multi-ts goodbye [FILE]`

describe the command here

```
USAGE
$ example-multi-ts goodbye [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
```

_See code: [src/commands/goodbye.ts](https://github.com/oclif/example-multi-ts/blob/v1.7.38/src/commands/goodbye.ts)_

## `example-multi-ts hello [FILE]`

describe the command here
Expand Down Expand Up @@ -85,5 +68,5 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.8/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.10/src/commands/help.ts)_
<!-- commandsstop -->
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@1", "@oclif/command@^1.4.19":
version "1.4.19"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.19.tgz#7158eec97d9b4c4a109181e6a71bd83d34757254"
"@oclif/command@1", "@oclif/command@^1.4.20":
version "1.4.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8"
dependencies:
"@oclif/errors" "^1.0.6"
"@oclif/errors" "^1.0.8"
"@oclif/parser" "^3.3.3"
debug "^3.1.0"
semver "^5.5.0"
Expand All @@ -25,13 +25,13 @@
debug "^3.1.0"

"@oclif/dev-cli@1":
version "1.13.14"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a"
version "1.13.15"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.15.tgz#cc02e5b8c1fdb9b04973926e5b9f034c3f7ed64c"
dependencies:
"@oclif/command" "^1.4.19"
"@oclif/command" "^1.4.20"
"@oclif/config" "^1.6.17"
"@oclif/errors" "^1.0.8"
"@oclif/plugin-help" "^1.2.7"
"@oclif/plugin-help" "^1.2.10"
cli-ux "^3.4.1"
debug "^3.1.0"
fs-extra "^6.0.0"
Expand All @@ -41,7 +41,7 @@
require-resolve "^0.0.2"
tslib "^1.9.0"

"@oclif/errors@^1.0.6", "@oclif/errors@^1.0.8":
"@oclif/errors@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.8.tgz#2f8239267506bb7c3f5fd776144c2686e5b7fff7"
dependencies:
Expand All @@ -62,11 +62,11 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"

"@oclif/plugin-help@1", "@oclif/plugin-help@^1.2.7":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.8.tgz#35c3edd97d192d5bd741f95cc9e3642dfa6d9902"
"@oclif/plugin-help@1", "@oclif/plugin-help@^1.2.10":
version "1.2.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e"
dependencies:
"@oclif/command" "^1.4.19"
"@oclif/command" "^1.4.20"
chalk "^2.4.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand All @@ -93,8 +93,8 @@
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"

"@types/node@9":
version "9.6.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.9.tgz#1fa47c22fdc357a808535edd522b3d34facfa419"
version "9.6.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.11.tgz#3edd774dbf52aa19b5dca7f9d4b38f719c39167a"

align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
Expand Down

0 comments on commit 2ab551f

Please sign in to comment.