Resolve "Keys clean subcommand : Indicate to Structopt that the user must indicate which keypair to delete"
Merged
requested to merge dvermd/108-keys-clean-subcommand-indicate-to-structopt-that-the-user-must-indicate-which-keypair-to-delete into dev
Compare changes
+ 26
− 13
@@ -21,6 +21,7 @@ use crate::DursCore;
@@ -21,6 +21,7 @@ use crate::DursCore;
@@ -94,17 +95,29 @@ pub enum ModifySubCommand {
@@ -94,17 +95,29 @@ pub enum ModifySubCommand {
@@ -169,8 +182,8 @@ impl DursExecutableCoreCommand for KeysOpt {
@@ -169,8 +182,8 @@ impl DursExecutableCoreCommand for KeysOpt {