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 b491f22 commit 087753cCopy full SHA for 087753c
docs/cli.rst
@@ -259,7 +259,7 @@ You can use the ``--functions`` option to pass a block of Python code that defin
259
260
This example defines a function which extracts the domain from a URL::
261
262
- $ sqlite-utils query dogs.db "select url, domain(url) from urls" --functions '
+ $ sqlite-utils query sites.db "select url, domain(url) from urls" --functions '
263
from urllib.parse import urlparse
264
265
def domain(url):
0 commit comments