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.45
Browse files Browse the repository at this point in the history
<a name="1.7.45"></a>
## [1.7.45](oclif/oclif@v1.7.44...v1.7.45) (2018-05-13)

### Bug Fixes

* flush stdout on exit ([69c0e3e](oclif/oclif@69c0e3e))
  • Loading branch information
semantic-release-bot committed May 13, 2018
1 parent bc22bb6 commit c942338
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 37 deletions.
17 changes: 0 additions & 17 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.45/src/commands/goodbye.ts)_

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

describe the command here
Expand Down
1 change: 1 addition & 0 deletions bin/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node

require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
glob-to-regexp "^0.3.0"

"@oclif/command@^1", "@oclif/command@^1.4.20", "@oclif/command@^1.4.21":
version "1.4.21"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.21.tgz#e45f252f8c375ad6e24a0a5f908e6aa692c5c56a"
version "1.4.28"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.28.tgz#6fd405188846b7e1aa5767c9161a097077f84704"
dependencies:
"@oclif/errors" "^1.0.9"
"@oclif/parser" "^3.3.3"
"@oclif/errors" "^1.1.1"
"@oclif/parser" "^3.4.0"
debug "^3.1.0"
semver "^5.5.0"

Expand All @@ -41,9 +41,9 @@
require-resolve "^0.0.2"
tslib "^1.9.0"

"@oclif/errors@^1.0.11", "@oclif/errors@^1.0.9":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.12.tgz#6c8ea932d3fcfc26f5b3bc77e45da8f33189f188"
"@oclif/errors@^1.0.11", "@oclif/errors@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.1.1.tgz#2ff4ea9043491ae548e0c8545b91e260c6c0d64f"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.1"
Expand All @@ -55,12 +55,12 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"

"@oclif/parser@^3.3.3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.3.tgz#bfde499b836178eee2b6b29ccb7fb3f95851d3c6"
"@oclif/parser@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.4.0.tgz#bf61399c70f75a96070153df2fcbb7e7115c7fd9"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"
chalk "^2.4.1"

"@oclif/plugin-help@^1", "@oclif/plugin-help@^1.2.10":
version "1.2.10"
Expand Down Expand Up @@ -402,7 +402,7 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.3.0, chalk@^2.4.0, chalk@^2.4.1:
chalk@^2.3.0, chalk@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
dependencies:
Expand Down Expand Up @@ -432,8 +432,8 @@ clean-stack@^1.3.0:
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^4.2.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.2.1.tgz#d6a14ce85cdacd136e6cafc73674ca84f4557cda"
version "4.3.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.3.0.tgz#048f6334ef50cc5ab7cc0d51725c3888c75cbc41"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand All @@ -442,11 +442,11 @@ cli-ux@^4.2.0:
chalk "^2.4.1"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^6.0.0"
fs-extra "^6.0.1"
hyperlinker "^1.0.0"
indent-string "^3.2.0"
lodash "^4.17.10"
password-prompt "^1.0.5"
password-prompt "^1.0.6"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.4.0"
Expand Down Expand Up @@ -784,7 +784,7 @@ fs-constants@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"

fs-extra@^6.0.0, fs-extra@^6.0.1:
fs-extra@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
dependencies:
Expand Down Expand Up @@ -1564,7 +1564,7 @@ pascalcase@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"

password-prompt@^1.0.5:
password-prompt@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.6.tgz#d657a16c80ae3932f55f38a51fee9f872a8e9b17"
dependencies:
Expand Down Expand Up @@ -1884,8 +1884,8 @@ source-map-resolve@^0.5.0:
urix "^0.1.0"

source-map-support@^0.5.3:
version "0.5.5"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.5.tgz#0d4af9e00493e855402e8ec36ebed2d266fceb90"
version "0.5.6"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.6.tgz#4435cee46b1aab62b8e8610ce60f788091c51c13"
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
Expand Down

0 comments on commit c942338

Please sign in to comment.