mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
fix: missing dot command description in unknown command message
This commit is contained in:
parent
0e60f077ca
commit
46cd1f067b
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ fn handle_dot_command(
|
|||
println!("Unknown command: {}", args[0]);
|
||||
println!("Available commands:");
|
||||
println!(" .schema <table_name> - Display the schema for a specific table");
|
||||
println!(
|
||||
" .opcodes - Display all the opcodes defined by the virtual machine"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue