BenPski / pants

MIT License
0 stars 0 forks source link

Export and import commands #54

Closed BenPski closed 2 months ago

BenPski commented 2 months ago

Added the ability to export and import the data in a vault.

Also as part of this changed the vault to be a vector of key-value pairs so that it is easier to be generic. As a consequence needed to cleanup the command line interface.