We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44894c6 commit 20fe3b8Copy full SHA for 20fe3b8
docs/cli-reference.rst
@@ -56,6 +56,7 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
56
"convert": "cli_convert",
57
}
58
commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999)
59
+ cog.out("\n")
60
for command in commands:
61
cog.out(command + "\n")
62
cog.out(("=" * len(command)) + "\n\n")
@@ -74,6 +75,7 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
74
75
cog.out(textwrap.indent(output, ' '))
76
cog.out("\n\n")
77
.. ]]]
78
+
79
query
80
=====
81
0 commit comments