pwallet 1.0.0

pwallet is a cli for store and recover or export passwords
Documentation
{
    "name":"pwallet",
    "description":"pwallet is a cli for store,export,import passwords",
    "commands":[
        {
            "name":"store",
            "short":"s",
            "description":"Store password in pwallet\texample:pwallet s my_id my_passowrd"
        },
        {
            "name":"export",
            "short":"e",
            "description":"Export passwords from pwallet\texample:pwallet e"
        },
        {
            "name":"import",
            "short":"i",
            "description":"Import passwords to pwallet\texample:pwallet i ./passwords"
        },
        {
            "name":"display",
            "short":"d",
            "description":"Display all passwords in terminal \texample:pwallet d"
        }
    ]
}