attempted markup fix
This commit is contained in:
parent
3cd11c941e
commit
11cd220c3c
30
CHANGES.md
30
CHANGES.md
@ -22,24 +22,30 @@ Known issues:
|
|||||||
|
|
||||||
- Command synopses when argument errors:
|
- Command synopses when argument errors:
|
||||||
|
|
||||||
$ triton create
|
```
|
||||||
triton instance create: error (Usage): incorrect number of args
|
$ triton create
|
||||||
> usage: triton instance create [OPTIONS] IMAGE PACKAGE
|
triton instance create: error (Usage): incorrect number of args
|
||||||
|
> usage: triton instance create [OPTIONS] IMAGE PACKAGE
|
||||||
|
```
|
||||||
|
|
||||||
- Option synopsis with option errors:
|
- Option synopsis with option errors:
|
||||||
|
|
||||||
$ triton image ls --bogus
|
```
|
||||||
triton image ls: error (Option): unknown option: "--bogus"
|
$ triton image ls --bogus
|
||||||
> usage: triton image ls [ --help | -h ] [ --all | -a ] [ -H ] [ -o field1,... ]
|
triton image ls: error (Option): unknown option: "--bogus"
|
||||||
> [ --long | -l ] [ -s field1,... ] [ --json | -j ] ...
|
> usage: triton image ls [ --help | -h ] [ --all | -a ] [ -H ] [ -o field1,... ]
|
||||||
|
> [ --long | -l ] [ -s field1,... ] [ --json | -j ] ...
|
||||||
|
```
|
||||||
|
|
||||||
- Suggested command name misspellings:
|
- Suggested command name misspellings:
|
||||||
|
|
||||||
$ triton in
|
```
|
||||||
triton: error (UnknownCommand): unknown command: "in"
|
$ triton in
|
||||||
> Did you mean this?
|
triton: error (UnknownCommand): unknown command: "in"
|
||||||
> info
|
> Did you mean this?
|
||||||
> inst
|
> info
|
||||||
|
> inst
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 4.12.0
|
## 4.12.0
|
||||||
|
Reference in New Issue
Block a user