diff options
| author | Oliver Kiddle <opk@zsh.org> | 2026-05-14 22:13:01 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2026-05-14 22:13:01 +0200 |
| commit | 175e06494d28b1d55421c5f214c4d77790c7879b (patch) | |
| tree | a19247686076a8d0e825c74400041d100748b566 /Completion/Unix/Command/_sqlite | |
| parent | 54526: update completions for FreeBSD 14.4 and 15.0 (diff) | |
| download | zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.gz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.bz2 zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.lz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.xz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.zst zsh-175e06494d28b1d55421c5f214c4d77790c7879b.zip | |
54528: completion option updates and minor cleanups
Diffstat (limited to 'Completion/Unix/Command/_sqlite')
| -rw-r--r-- | Completion/Unix/Command/_sqlite | 1 |
1 files changed, 1 insertions, 0 deletions
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' |
