mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
parent
22c8d10dd3
commit
49a54ffb2f
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ Available ``--fmt`` options are:
|
||||||
import tabulate
|
import tabulate
|
||||||
cog.out("\n" + "\n".join('- ``{}``'.format(t) for t in tabulate.tabulate_formats) + "\n\n")
|
cog.out("\n" + "\n".join('- ``{}``'.format(t) for t in tabulate.tabulate_formats) + "\n\n")
|
||||||
.. ]]]
|
.. ]]]
|
||||||
|
|
||||||
- ``fancy_grid``
|
- ``fancy_grid``
|
||||||
- ``fancy_outline``
|
- ``fancy_outline``
|
||||||
- ``github``
|
- ``github``
|
||||||
|
|
@ -206,6 +207,7 @@ Available ``--fmt`` options are:
|
||||||
- ``tsv``
|
- ``tsv``
|
||||||
- ``unsafehtml``
|
- ``unsafehtml``
|
||||||
- ``youtrack``
|
- ``youtrack``
|
||||||
|
|
||||||
.. [[[end]]]
|
.. [[[end]]]
|
||||||
|
|
||||||
This list can also be found by running ``sqlite-utils query --help``.
|
This list can also be found by running ``sqlite-utils query --help``.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue