From 175e06494d28b1d55421c5f214c4d77790c7879b Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 14 May 2026 22:13:01 +0200 Subject: 54528: completion option updates and minor cleanups --- Completion/Unix/Command/_sqlite | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix/Command/_sqlite') diff --git a/Completion/Unix/Command/_sqlite b/Completion/Unix/Command/_sqlite index a83624083..218b92b4a 100644 --- a/Completion/Unix/Command/_sqlite +++ b/Completion/Unix/Command/_sqlite @@ -47,6 +47,7 @@ options+=( $^dashes'-bail[stop after hitting an error]' $^dashes'-cmd[run specified command before reading stdin]:sqlite meta-command' $^dashes'-deserialize[open the database using sqlite3_deserialize()]' + $^dashes'-escape[set rendering of control characters in output]:escape [ascii]:(symbol ascii off)' '(-*batch -*interactive)'$^dashes'-batch[force batch I/O]' '(-*batch -*interactive)'$^dashes'-interactive[force interactive I/O]' $^dashes'-lookaside[specify size and number of entries for lookaside memory]:size (bytes): :entries' -- cgit v1.3.1