;doc: cli, bal: improve table layout in non-html docs
This commit is contained in:
parent
e5b924c390
commit
6ce70351fd
@ -373,11 +373,11 @@ Examples:
|
|||||||
|
|
||||||
Here is how `--layout` currently affects the various [output formats](#output-format):
|
Here is how `--layout` currently affects the various [output formats](#output-format):
|
||||||
|
|
||||||
| | txt | csv | html | json | sql |
|
| - | txt | csv | html | json | sql |
|
||||||
|--------|-----|-----|------|------|-----|
|
|------|-----|-----|------|------|-----|
|
||||||
| `wide` | Y | Y | Y | | |
|
| wide | Y | Y | Y | | |
|
||||||
| `tall` | Y | Y | Y | | |
|
| tall | Y | Y | Y | | |
|
||||||
| `bare` | Y | Y | Y | | |
|
| bare | Y | Y | Y | | |
|
||||||
|
|
||||||
|
|
||||||
### Sorting by amount
|
### Sorting by amount
|
||||||
|
|||||||
@ -1420,7 +1420,7 @@ This is controlled by the `--pretty` option:
|
|||||||
Some commands offer additional output formats, other than the usual plain text terminal output.
|
Some commands offer additional output formats, other than the usual plain text terminal output.
|
||||||
Here are those commands and the formats currently supported:
|
Here are those commands and the formats currently supported:
|
||||||
|
|
||||||
| | txt | csv | html | json | sql |
|
| - | txt | csv | html | json | sql |
|
||||||
|--------------------|-------|-------|---------|------|-----|
|
|--------------------|-------|-------|---------|------|-----|
|
||||||
| aregister | Y | Y | | Y | |
|
| aregister | Y | Y | | Y | |
|
||||||
| balance | Y *<sup>1</sup>* | Y *<sup>1</sup>* | Y *<sup>1,2</sup>* | Y | |
|
| balance | Y *<sup>1</sup>* | Y *<sup>1</sup>* | Y *<sup>1,2</sup>* | Y | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user