cli: Add disclaimer that software is ALPHA

This commit is contained in:
Pekka Enberg
2025-06-27 11:28:32 +03:00
parent e23835ed8e
commit aaecca0ec9

View File

@@ -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(())