Fix for cog error

Should help tests pass for #374, #371
This commit is contained in:
Simon Willison 2022-01-09 12:08:03 -08:00
commit 49a54ffb2f

View file

@ -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``.