chore: reorg use

This commit is contained in:
2022-03-27 12:50:48 +08:00
parent e4206dfaa8
commit d36aca00a0
14 changed files with 61 additions and 49 deletions

View File

@@ -1,6 +1,7 @@
use std::collections::BTreeMap;
use clap::{ArgMatches, SubCommand, App, Arg};
use openpgp_card::{OpenPGPCard, DecryptMe, Hash, KeyType};
use clap::{App, Arg, ArgMatches, SubCommand};
use openpgp_card::{DecryptMe, Hash, KeyType, OpenPGPCard};
use rust_util::util_clap::{Command, CommandError};
pub struct CommandImpl;