# pwallet is a cli for store and recover passwords
[](https://crates.io/crates/pwallet)
[](https://gitlab.com/andrew_ryan/pwallet)
[](https://gitlab.com/andrew_ryan/pwallet/-/raw/master/LICENSE)
## USEAGE:
```sh
pwallet 1.0.0
Anonymous <dnrops@outlook.com>
pwallet is a cli for store,export,import passwords
USAGE:
OPTION REQUIRED ABOUT
pwallet -s --store false Store password in pwallet
example:pwallet -s dnrops my_passowrd
pwallet -e --export false Export passwords from pwallet
example:pwallet -e
pwallet -i --import false Import passwords to pwallet
example:pwallet -i ./passwords
pwallet -d --display false Display all passwords in terminal
example:pwallet -d
pwallet -h --help Prints help information
```