@@ -131,8 +131,8 @@ See :ref:`cli_query`.
131131 -r, --raw Raw output, first column of first row
132132 --raw-lines Raw output, first column of each row
133133 -p, --param <TEXT TEXT>... Named :parameters for SQL query
134- --functions TEXT Python code block or file path defining custom SQL
135- functions, can be used multiple times
134+ --functions TEXT Python code or file path defining custom SQL
135+ functions
136136 --load-extension TEXT Path to SQLite extension, with optional
137137 :entrypoint
138138 -h, --help Show this message and exit.
@@ -174,8 +174,8 @@ See :ref:`cli_memory`.
174174 sqlite-utils memory animals.csv --schema
175175
176176 Options:
177- --functions TEXT Python code block or file path defining custom SQL
178- functions, can be used multiple times
177+ --functions TEXT Python code or file path defining custom SQL
178+ functions
179179 --attach <TEXT FILE>... Additional databases to attach - specify alias and
180180 filepath
181181 --flatten Flatten nested JSON objects, so {"foo": {"bar":
@@ -374,8 +374,7 @@ See :ref:`cli_bulk`.
374374
375375 Options:
376376 --batch-size INTEGER Commit every X records
377- --functions TEXT Python code block or file path defining custom SQL
378- functions, can be used multiple times
377+ --functions TEXT Python code or file path defining custom SQL functions
379378 --flatten Flatten nested JSON objects, so {"a": {"b": 1}} becomes
380379 {"a_b": 1}
381380 --nl Expect newline-delimited JSON
0 commit comments