lambdashell as the version name
This commit is contained in:
parent
3c92a89190
commit
7c9b598d5f
@ -27,7 +27,7 @@ pub struct Cli {
|
|||||||
pub fn parser() -> Option<Cli> {
|
pub fn parser() -> Option<Cli> {
|
||||||
let cli_parser = Cli::parse();
|
let cli_parser = Cli::parse();
|
||||||
if cli_parser.version {
|
if cli_parser.version {
|
||||||
println!("Lambda Shell, version: {}.", VERSION);
|
println!("lambdashell, version: {}.", VERSION);
|
||||||
println!("liblambdashell, version: {}.", liblambdashell::VERSION);
|
println!("liblambdashell, version: {}.", liblambdashell::VERSION);
|
||||||
return None //stop here
|
return None //stop here
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user