lambdashell as the version name

This commit is contained in:
rhpidfyre 2025-01-02 01:54:49 -05:00
parent 3c92a89190
commit 7c9b598d5f

View File

@ -27,7 +27,7 @@ pub struct Cli {
pub fn parser() -> Option<Cli> {
let cli_parser = Cli::parse();
if cli_parser.version {
println!("Lambda Shell, version: {}.", VERSION);
println!("lambdashell, version: {}.", VERSION);
println!("liblambdashell, version: {}.", liblambdashell::VERSION);
return None //stop here
}