mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
cli: Add disclaimer that software is ALPHA
This commit is contained in:
@@ -189,6 +189,7 @@ impl Limbo {
|
||||
if !quiet {
|
||||
self.write_fmt(format_args!("Limbo v{}", env!("CARGO_PKG_VERSION")))?;
|
||||
self.writeln("Enter \".help\" for usage hints.")?;
|
||||
self.writeln("This software is ALPHA, only use for development, testing, and experimentation.")?;
|
||||
self.display_in_memory()?;
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user