mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
correct vfs command
This commit is contained in:
parent
a612ad193c
commit
14ed8c8c50
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue