Skip to content

Commit

Permalink
Multi-key import feature (#1201)
Browse files Browse the repository at this point in the history
* use PathBuff instead of &str

* collect to path instead of mutating it

* switch to &Path instead of &PathBuf

* implemented multi-key imports support

* remove unnecessary line

* update rpassword

* fix imports

* trim input and print imported key

* return error with code 1 for KeyExists

* return both correct code and the message

* remove into()
  • Loading branch information
leviathanbeak authored Aug 12, 2021
1 parent 0c447d4 commit a134d5e
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 85 deletions.
Loading

0 comments on commit a134d5e

Please sign in to comment.