limbo/cli/commands
Pekka Enberg 96c47667ea Merge 'Add abbreviated alias for .quit and .exit' from Krishna Vishal
Accidentally found that you can quit SQLite CLI just by typing `.q`,
`.qu` and `.qui` instead of full `.quit`.
IMO this will be an improvement to the DX.
I've also found bunch of other dot commands that work with abbreviated
aliases in SQLite. If this PR is okay then I will also add them here.

Closes #1720
2025-06-16 11:11:17 +03:00
..
args.rs Add the .indexes command 2025-04-26 12:27:08 +03:00
import.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
mod.rs Add .quit alias = .q, .qu, .qui 2025-06-12 00:07:07 +05:30