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

Commit

Permalink
chore(release): 1.7.35 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.7.35"></a>
## [1.7.35](v1.7.34...v1.7.35) (2018-04-20)

### Bug Fixes

* oclif v1.7.34 ([fbab00c](fbab00c))
  • Loading branch information
oclif-bot committed Apr 20, 2018
1 parent fbab00c commit 1b9c1c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.7.35"></a>
## [1.7.35](https://github.com/oclif/example-multi-ts/compare/v1.7.34...v1.7.35) (2018-04-20)


### Bug Fixes

* oclif v1.7.34 ([fbab00c](https://github.com/oclif/example-multi-ts/commit/fbab00c))

<a name="1.7.34"></a>
## [1.7.34](https://github.com/oclif/example-multi-ts/compare/v1.7.33...v1.7.34) (2018-04-20)

Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @oclif/example-multi-ts
$ example-multi-ts COMMAND
running command...
$ example-multi-ts (-v|--version|version)
@oclif/example-multi-ts/1.7.34 linux-x64 node-v9.11.1
@oclif/example-multi-ts/1.7.35 linux-x64 node-v9.11.1
$ example-multi-ts --help [COMMAND]
USAGE
$ example-multi-ts COMMAND
Expand All @@ -30,9 +30,26 @@ 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.35/src/commands/goodbye.ts)_

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

describe the command here
Expand All @@ -51,7 +68,7 @@ EXAMPLE
hello world from ./src/hello.ts!
```

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

## `example-multi-ts help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/example-multi-ts",
"description": "example multi-command CLI built with typescript",
"version": "1.7.34",
"version": "1.7.35",
"author": "Jeff Dickey @jdxcode",
"bin": {
"example-multi-ts": "./bin/run"
Expand Down

0 comments on commit 1b9c1c6

Please sign in to comment.