style: code style
This commit is contained in:
@@ -10,8 +10,10 @@ impl Command for CommandImpl {
|
||||
|
||||
fn subcommand<'a>(&self) -> App<'a, 'a> {
|
||||
SubCommand::with_name(self.name()).about("Generate key pair subcommand")
|
||||
.arg(Arg::with_name("output").long("output").short("o").required(true).takes_value(true).help("Key pair output"))
|
||||
.arg(Arg::with_name("tag").long("tag").short("t").takes_value(true).help("Key pair output"))
|
||||
.arg(Arg::with_name("output").long("output").short("o")
|
||||
.required(true).takes_value(true).help("Key pair output")
|
||||
)
|
||||
.arg(Arg::with_name("tag").long("tag").short("t").takes_value(true).help("Key pair output"))
|
||||
}
|
||||
|
||||
fn run(&self, _arg_matches: &ArgMatches, sub_arg_matches: &ArgMatches) -> CommandError {
|
||||
|
||||
Reference in New Issue
Block a user