mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed reStructuredText warning, refs #1594
This commit is contained in:
parent
76d66d5b2b
commit
714b4df1b1
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ This page lists the ``--help`` for every ``datasette`` CLI command.
|
||||||
["install", "--help"],
|
["install", "--help"],
|
||||||
["uninstall", "--help"],
|
["uninstall", "--help"],
|
||||||
]
|
]
|
||||||
|
cog.out("\n")
|
||||||
for command in commands:
|
for command in commands:
|
||||||
title = "datasette " + " ".join(command)
|
title = "datasette " + " ".join(command)
|
||||||
cog.out(title + "\n")
|
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(textwrap.indent(output, ' '))
|
||||||
cog.out("\n\n")
|
cog.out("\n\n")
|
||||||
.. ]]]
|
.. ]]]
|
||||||
|
|
||||||
datasette --help
|
datasette --help
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue