feat: v1.9.4
This commit is contained in:
@@ -16,7 +16,7 @@ impl Command for CommandImpl {
|
||||
fn name(&self) -> &str { "rsa-decrypt" }
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name()).about("RSA Decrypt subcommand")
|
||||
SubCommand::with_name(self.name()).about("RSA decrypt subcommand")
|
||||
.arg(Arg::with_name("pri-key-in").long("pri-key-in").takes_value(true).help("Private key in"))
|
||||
.arg(Arg::with_name("encrypted").long("encrypted").takes_value(true).help("Encrypted data"))
|
||||
.arg(Arg::with_name("padding").long("padding").takes_value(true)
|
||||
|
||||
Reference in New Issue
Block a user