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
Files
4+ 43
− 19
@@ -71,16 +71,46 @@ pub fn modify_member_keys(
@@ -111,7 +141,7 @@ pub fn save_keypairs(
@@ -119,9 +149,9 @@ fn question_prompt(question: &str, answers: Vec<String>) -> Result<String, Wizar
@@ -149,18 +179,12 @@ fn salt_password_prompt() -> Result<KeyPairEnum, WizardError> {
@@ -281,7 +305,7 @@ mod tests {
@@ -337,7 +361,7 @@ mod tests {