mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 01:32:17 +00:00
customize completion candidates for some args
This commit is contained in:
parent
fd3335908c
commit
57af9c71ba
4 changed files with 36 additions and 11 deletions
|
@ -35,9 +35,6 @@ pub enum Command {
|
|||
/// Open a database file
|
||||
#[command(display_name = ".open")]
|
||||
Open(OpenArgs),
|
||||
/// Print this message or the help of the given subcommand(s)
|
||||
// #[command(display_name = ".help")]
|
||||
// Help,
|
||||
/// Display schema for a table
|
||||
#[command(display_name = ".schema")]
|
||||
Schema(SchemaArgs),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue