From 49a54ffb2fb6d3b73522c96c2bf9fc722e99d036 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Jan 2022 12:08:03 -0800 Subject: [PATCH] Fix for cog error Should help tests pass for #374, #371 --- docs/cli.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli.rst b/docs/cli.rst index 233a4c0..0346d99 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -182,6 +182,7 @@ Available ``--fmt`` options are: import tabulate cog.out("\n" + "\n".join('- ``{}``'.format(t) for t in tabulate.tabulate_formats) + "\n\n") .. ]]] + - ``fancy_grid`` - ``fancy_outline`` - ``github`` @@ -206,6 +207,7 @@ Available ``--fmt`` options are: - ``tsv`` - ``unsafehtml`` - ``youtrack`` + .. [[[end]]] This list can also be found by running ``sqlite-utils query --help``.