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
+ 19
− 16
@@ -74,13 +74,22 @@ pub fn modify_member_keys(
@@ -111,7 +120,7 @@ pub fn save_keypairs(
@@ -119,9 +128,9 @@ fn question_prompt(question: &str, answers: Vec<String>) -> Result<String, Wizar
@@ -149,18 +158,12 @@ fn salt_password_prompt() -> Result<KeyPairEnum, WizardError> {