mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
Add the .indexes command
This commit is contained in:
parent
7137f4ab3b
commit
6d3c63fb01
4 changed files with 67 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue