Fixed reStructuredText warning, refs #1594

0.60.x
Simon Willison 2022-01-13 16:36:28 -08:00
rodzic 76d66d5b2b
commit 714b4df1b1
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ This page lists the ``--help`` for every ``datasette`` CLI command.
["install", "--help"],
["uninstall", "--help"],
]
cog.out("\n")
for command in commands:
title = "datasette " + " ".join(command)
cog.out(title + "\n")
@ -33,6 +34,7 @@ This page lists the ``--help`` for every ``datasette`` CLI command.
cog.out(textwrap.indent(output, ' '))
cog.out("\n\n")
.. ]]]
datasette --help
================