Add the .indexes command

This commit is contained in:
Anton Harniakou 2025-04-26 12:04:37 +03:00
parent 7137f4ab3b
commit 6d3c63fb01
4 changed files with 67 additions and 2 deletions

View file

@ -3,6 +3,12 @@ use clap_complete::{ArgValueCompleter, CompletionCandidate, PathCompleter};
use crate::{input::OutputMode, opcodes_dictionary::OPCODE_DESCRIPTIONS};
#[derive(Debug, Clone, Args)]
pub struct IndexesArgs {
/// Name of table
pub tbl_name: Option<String>,
}
#[derive(Debug, Clone, Args)]
pub struct ExitArgs {
/// Exit code