diff --git a/-h b/-h new file mode 100644 index 000000000..a7582c3c9 Binary files /dev/null and b/-h differ diff --git a/cli/app.rs b/cli/app.rs index d17983a0d..0445e4e1a 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -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}; diff --git a/cli/commands/mod.rs b/cli/commands/mod.rs index 43f5b42d7..6c401faba 100644 --- a/cli/commands/mod.rs +++ b/cli/commands/mod.rs @@ -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, }