mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Run cog -r against latest tabulate, refs #501
This commit is contained in:
parent
34e75ed0dd
commit
eb67fc69a2
2 changed files with 79 additions and 40 deletions
|
|
@ -112,11 +112,15 @@ See :ref:`cli_query`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst,
|
||||
simple, textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira,
|
||||
latex, latex_booktabs, latex_longtable, latex_raw,
|
||||
mediawiki, mixed_grid, mixed_outline, moinmoin,
|
||||
orgtbl, outline, pipe, plain, presto, pretty,
|
||||
psql, rounded_grid, rounded_outline, rst, simple,
|
||||
simple_grid, simple_outline, textile, tsv,
|
||||
unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not
|
||||
escaped strings
|
||||
-r, --raw Raw output, first column of first row
|
||||
|
|
@ -176,11 +180,15 @@ See :ref:`cli_memory`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst,
|
||||
simple, textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira,
|
||||
latex, latex_booktabs, latex_longtable, latex_raw,
|
||||
mediawiki, mixed_grid, mixed_outline, moinmoin,
|
||||
orgtbl, outline, pipe, plain, presto, pretty,
|
||||
psql, rounded_grid, rounded_outline, rst, simple,
|
||||
simple_grid, simple_outline, textile, tsv,
|
||||
unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not
|
||||
escaped strings
|
||||
-r, --raw Raw output, first column of first row
|
||||
|
|
@ -401,11 +409,14 @@ See :ref:`cli_search`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst, simple,
|
||||
textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira, latex,
|
||||
latex_booktabs, latex_longtable, latex_raw, mediawiki,
|
||||
mixed_grid, mixed_outline, moinmoin, orgtbl, outline,
|
||||
pipe, plain, presto, pretty, psql, rounded_grid,
|
||||
rounded_outline, rst, simple, simple_grid,
|
||||
simple_outline, textile, tsv, unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not escaped
|
||||
strings
|
||||
--load-extension TEXT Path to SQLite extension, with optional :entrypoint
|
||||
|
|
@ -651,11 +662,14 @@ See :ref:`cli_tables`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst, simple,
|
||||
textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira, latex,
|
||||
latex_booktabs, latex_longtable, latex_raw, mediawiki,
|
||||
mixed_grid, mixed_outline, moinmoin, orgtbl, outline,
|
||||
pipe, plain, presto, pretty, psql, rounded_grid,
|
||||
rounded_outline, rst, simple, simple_grid,
|
||||
simple_outline, textile, tsv, unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not escaped
|
||||
strings
|
||||
--columns Include list of columns for each table
|
||||
|
|
@ -689,11 +703,14 @@ See :ref:`cli_views`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst, simple,
|
||||
textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira, latex,
|
||||
latex_booktabs, latex_longtable, latex_raw, mediawiki,
|
||||
mixed_grid, mixed_outline, moinmoin, orgtbl, outline,
|
||||
pipe, plain, presto, pretty, psql, rounded_grid,
|
||||
rounded_outline, rst, simple, simple_grid,
|
||||
simple_outline, textile, tsv, unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not escaped
|
||||
strings
|
||||
--columns Include list of columns for each view
|
||||
|
|
@ -732,11 +749,15 @@ See :ref:`cli_rows`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst,
|
||||
simple, textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira,
|
||||
latex, latex_booktabs, latex_longtable, latex_raw,
|
||||
mediawiki, mixed_grid, mixed_outline, moinmoin,
|
||||
orgtbl, outline, pipe, plain, presto, pretty,
|
||||
psql, rounded_grid, rounded_outline, rst, simple,
|
||||
simple_grid, simple_outline, textile, tsv,
|
||||
unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not
|
||||
escaped strings
|
||||
--load-extension TEXT Path to SQLite extension, with optional
|
||||
|
|
@ -768,11 +789,14 @@ See :ref:`cli_triggers`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst, simple,
|
||||
textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira, latex,
|
||||
latex_booktabs, latex_longtable, latex_raw, mediawiki,
|
||||
mixed_grid, mixed_outline, moinmoin, orgtbl, outline,
|
||||
pipe, plain, presto, pretty, psql, rounded_grid,
|
||||
rounded_outline, rst, simple, simple_grid,
|
||||
simple_outline, textile, tsv, unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not escaped
|
||||
strings
|
||||
--load-extension TEXT Path to SQLite extension, with optional :entrypoint
|
||||
|
|
@ -804,11 +828,14 @@ See :ref:`cli_indexes`.
|
|||
--tsv Output TSV
|
||||
--no-headers Omit CSV headers
|
||||
-t, --table Output as a formatted table
|
||||
--fmt TEXT Table format - one of fancy_grid, fancy_outline,
|
||||
github, grid, html, jira, latex, latex_booktabs,
|
||||
latex_longtable, latex_raw, mediawiki, moinmoin,
|
||||
orgtbl, pipe, plain, presto, pretty, psql, rst, simple,
|
||||
textile, tsv, unsafehtml, youtrack
|
||||
--fmt TEXT Table format - one of asciidoc, double_grid,
|
||||
double_outline, fancy_grid, fancy_outline, github,
|
||||
grid, heavy_grid, heavy_outline, html, jira, latex,
|
||||
latex_booktabs, latex_longtable, latex_raw, mediawiki,
|
||||
mixed_grid, mixed_outline, moinmoin, orgtbl, outline,
|
||||
pipe, plain, presto, pretty, psql, rounded_grid,
|
||||
rounded_outline, rst, simple, simple_grid,
|
||||
simple_outline, textile, tsv, unsafehtml, youtrack
|
||||
--json-cols Detect JSON cols and output them as JSON, not escaped
|
||||
strings
|
||||
--load-extension TEXT Path to SQLite extension, with optional :entrypoint
|
||||
|
|
|
|||
12
docs/cli.rst
12
docs/cli.rst
|
|
@ -187,10 +187,15 @@ Available ``--fmt`` options are:
|
|||
cog.out("\n" + "\n".join('- ``{}``'.format(t) for t in tabulate.tabulate_formats) + "\n\n")
|
||||
.. ]]]
|
||||
|
||||
- ``asciidoc``
|
||||
- ``double_grid``
|
||||
- ``double_outline``
|
||||
- ``fancy_grid``
|
||||
- ``fancy_outline``
|
||||
- ``github``
|
||||
- ``grid``
|
||||
- ``heavy_grid``
|
||||
- ``heavy_outline``
|
||||
- ``html``
|
||||
- ``jira``
|
||||
- ``latex``
|
||||
|
|
@ -198,15 +203,22 @@ Available ``--fmt`` options are:
|
|||
- ``latex_longtable``
|
||||
- ``latex_raw``
|
||||
- ``mediawiki``
|
||||
- ``mixed_grid``
|
||||
- ``mixed_outline``
|
||||
- ``moinmoin``
|
||||
- ``orgtbl``
|
||||
- ``outline``
|
||||
- ``pipe``
|
||||
- ``plain``
|
||||
- ``presto``
|
||||
- ``pretty``
|
||||
- ``psql``
|
||||
- ``rounded_grid``
|
||||
- ``rounded_outline``
|
||||
- ``rst``
|
||||
- ``simple``
|
||||
- ``simple_grid``
|
||||
- ``simple_outline``
|
||||
- ``textile``
|
||||
- ``tsv``
|
||||
- ``unsafehtml``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue