kopia lustrzana https://github.com/simonw/datasette
Fixed reStructuredText warning, refs #1594
rodzic
76d66d5b2b
commit
714b4df1b1
|
@ -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
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue