show version in cli
This commit is contained in:
@ -23,6 +23,7 @@ use crate::errors::*;
|
||||
|
||||
pub fn parser() -> Command<'static> {
|
||||
Command::new("creddy")
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
.about("A friendly AWS credentials manager")
|
||||
.subcommand(
|
||||
Command::new("run")
|
||||
|
Reference in New Issue
Block a user