mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 09:24:26 +01:00
adjusting listvfs command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{
|
||||
commands::{args::EchoMode, import::ImportFile, Command, CommandParser},
|
||||
helper::LimboHelper,
|
||||
input::{get_io, get_writer, DbLocation, Io, OutputMode, Settings},
|
||||
input::{get_io, get_writer, DbLocation, OutputMode, Settings},
|
||||
opcodes_dictionary::OPCODE_DESCRIPTIONS,
|
||||
};
|
||||
use comfy_table::{Attribute, Cell, CellAlignment, Color, ContentArrangement, Row, Table};
|
||||
|
||||
@@ -73,7 +73,7 @@ pub enum Command {
|
||||
/// Dump the current database as a list of SQL statements
|
||||
Dump,
|
||||
/// List vfs modules available
|
||||
#[command(name = "listvfs", subcommand_value_name = ".dump")]
|
||||
#[command(name = "listvfs", subcommand_value_name = ".listvfs")]
|
||||
ListVfs,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user