style: style

This commit is contained in:
2021-01-01 22:28:04 +08:00
parent 24150ca0f1
commit 602e14071b
13 changed files with 38 additions and 33 deletions

View File

@@ -1,8 +1,9 @@
use std::fs;
use std::fs::File;
use clap::{App, Arg, ArgMatches, SubCommand};
use rust_util::failure;
use crate::{cmd::{Command, CommandError}, util::{JsonKeyPair, make_key_pair}};
use crate::cmd::{Command, CommandError};
use crate::util::{JsonKeyPair, make_key_pair};
pub struct CommandImpl;
impl Command for CommandImpl {
fn name(&self) -> &str { "genkey" }