simonw/sqlite-utils

Tiny typographical error in install/uninstall docs

Offen

#493 geöffnet am 26.09.2022

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (145 Forks)github user discovery
bugdocumentationhelp wanted

Repository-Metriken

Stars
 (2.065 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9h 52m) (7 gemergte PRs in 30 T)

Beschreibung

Added in:

  • #483

I don't know how to fix this in Sphinx: I'm getting this: https://sqlite-utils.datasette.io/en/latest/cli.html#cli-install

The insert –convert and query –functions options

But I want it to display insert --convert and not insert –convert there.

Here's the code: https://github.com/simonw/sqlite-utils/blob/85247038f70d7eb2f3e272cfeaa4c44459cafba8/docs/cli.rst#L2125

Contributor Guide