mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-02 06:44:23 +01:00
fix: missing dot command description in unknown command message
This commit is contained in:
@@ -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"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user