Add note to docs indicating that -machine-readable and -debug cannot be used at the same time
This commit is contained in:
parent
47f0783de1
commit
cd4961196f
|
@ -39,6 +39,8 @@ The format will be covered in more detail later. But as you can see, the output
|
||||||
immediately becomes machine-friendly. Try some other commands with the
|
immediately becomes machine-friendly. Try some other commands with the
|
||||||
`-machine-readable` flag to see!
|
`-machine-readable` flag to see!
|
||||||
|
|
||||||
|
~> `-machine-readable` is designed for automated environments and is mutually-exclusive with the `-debug` flag, which is designed for interactive environments.
|
||||||
|
|
||||||
## Format
|
## Format
|
||||||
|
|
||||||
The machine readable format is a line-oriented, comma-delimited text format.
|
The machine readable format is a line-oriented, comma-delimited text format.
|
||||||
|
|
Loading…
Reference in New Issue