correct vfs command

This commit is contained in:
pedrocarlo 2025-03-30 03:22:44 -03:00
parent a612ad193c
commit 14ed8c8c50

View file

@ -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 = ".listvfs")]
#[command(name = "vfslist", display_name = ".vfslist")]
ListVfs,
}