pwallet 0.1.0

pwallet is a cli for store and recover or export passwords
{
    "name":"pwallet",
    "version":"1.0.0",
    "authors":["Anonymous <dnrops@outlook.com>"],
    "about":"pwallet is a cli for store,export,import passwords",
    "args":[
        {
            "arg":"--store",
            "short":"-s",
            "required":false,
            "about":"Store password in pwallet\nexample:pwallet -s dnrops my_passowrd",
            "takes_value":true
        },
        {
            "arg":"--export",
            "short":"-e",
            "required":false,
            "about":"Export passwords from pwallet\nexample:pwallet -e",
            "takes_value":true
        },
        {
            "arg":"--import",
            "short":"-i",
            "required":false,
            "about":"Import passwords to pwallet\nexample:pwallet -i ./passwords",
            "takes_value":true
        },
        {
            "arg":"--display",
            "short":"-d",
            "required":false,
            "about":"Display all passwords in terminal \nexample:pwallet -d",
            "takes_value":true
        }
    ]
}