Clarify usage of named parameters in CLI documentation

This commit is contained in:
Simon Willison 2026-07-11 18:52:09 -07:00 committed by GitHub
commit 5e8822efd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ To return the first column of each result as raw data, separated by newlines, us
Using named parameters
----------------------
You can pass named parameters to the query using ``-p``:
You can pass named parameters to the query using ``-p name value``:
.. code-block:: bash