Skip to content

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jun 5, 2019
1 parent 2aa8d7a commit 366a2a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -109,7 +109,7 @@ $ npm install -g @cleanunicorn/mythos
$ mythos COMMAND
running command...
$ mythos (-v|--version|version)
@cleanunicorn/mythos/0.10.2 linux-x64 node-v11.15.0
@cleanunicorn/mythos/0.10.3 linux-x64 node-v11.15.0
$ mythos --help [COMMAND]
USAGE
$ mythos COMMAND
Expand Down Expand Up @@ -150,7 +150,7 @@ OPTIONS
--timeout=timeout [default: 180] How many seconds to wait for the result
```

_See code: [src/commands/analyze.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.2/src/commands/analyze.ts)_
_See code: [src/commands/analyze.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.3/src/commands/analyze.ts)_

## `mythos get-analysis UUID`

Expand All @@ -169,7 +169,7 @@ OPTIONS
--mythxPassword=mythxPassword (required)
```

_See code: [src/commands/get-analysis.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.2/src/commands/get-analysis.ts)_
_See code: [src/commands/get-analysis.ts](https://github.com/cleanunicorn/mythos/blob/v0.10.3/src/commands/get-analysis.ts)_

## `mythos help [COMMAND]`

Expand All @@ -186,7 +186,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_
<!-- commandsstop -->

# Changelog
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@cleanunicorn/mythos",
"description": "A CLI client for MythX",
"version": "0.10.2",
"version": "0.10.3",
"author": "Daniel Luca @cleanunicorn",
"bin": {
"mythos": "./bin/run"
Expand Down

0 comments on commit 366a2a4

Please sign in to comment.