mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
correct vfs command
This commit is contained in:
@@ -73,7 +73,7 @@ pub enum Command {
|
|||||||
/// Dump the current database as a list of SQL statements
|
/// Dump the current database as a list of SQL statements
|
||||||
Dump,
|
Dump,
|
||||||
/// List vfs modules available
|
/// List vfs modules available
|
||||||
#[command(name = "listvfs", subcommand_value_name = ".listvfs")]
|
#[command(name = "vfslist", display_name = ".vfslist")]
|
||||||
ListVfs,
|
ListVfs,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user