;doc: cli, bal: improve table layout in non-html docs

This commit is contained in:
Simon Michael 2021-12-05 12:27:20 -10:00
parent e5b924c390
commit 6ce70351fd
2 changed files with 6 additions and 6 deletions

View File

@ -373,11 +373,11 @@ Examples:
Here is how `--layout` currently affects the various [output formats](#output-format):
| | txt | csv | html | json | sql |
|--------|-----|-----|------|------|-----|
| `wide` | Y | Y | Y | | |
| `tall` | Y | Y | Y | | |
| `bare` | Y | Y | Y | | |
| - | txt | csv | html | json | sql |
|------|-----|-----|------|------|-----|
| wide | Y | Y | Y | | |
| tall | Y | Y | Y | | |
| bare | Y | Y | Y | | |
### Sorting by amount

View File

@ -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.
Here are those commands and the formats currently supported:
| | txt | csv | html | json | sql |
| - | txt | csv | html | json | sql |
|--------------------|-------|-------|---------|------|-----|
| aregister | Y | Y | | Y | |
| balance | Y *<sup>1</sup>* | Y *<sup>1</sup>* | Y *<sup>1,2</sup>* | Y | |