customize completion candidates for some args

This commit is contained in:
pedrocarlo 2025-04-04 17:39:09 -03:00
parent fd3335908c
commit 57af9c71ba
4 changed files with 36 additions and 11 deletions

View file

@ -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),