mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
cli: Add Limbo version back to shell
This commit is contained in:
@@ -31,6 +31,8 @@ fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
return Ok(());
|
||||
}
|
||||
println!("Limbo v{}", env!("CARGO_PKG_VERSION"));
|
||||
println!("Enter \".help\" for usage hints.");
|
||||
let mut rl = DefaultEditor::new()?;
|
||||
let home = dirs::home_dir().expect("Could not determine home directory");
|
||||
let history_file = home.join(".limbo_history");
|
||||
|
||||
Reference in New Issue
Block a user