just need to bind args to funcs and finish docs. meat is done.
This commit is contained in:
5
pass.py
5
pass.py
@@ -15,8 +15,9 @@ def main():
|
||||
if args.oper == 'version':
|
||||
print('{0} {1}'.format(vaultpass.constants.NAME,
|
||||
vaultpass.constants.VERSION))
|
||||
import pprint
|
||||
pprint.pprint(vars(args))
|
||||
args.initialize = (True if args.oper == 'init' else False)
|
||||
args.verify_cfg = (True if args.oper == 'verify' else False)
|
||||
vp = vaultpass.VaultPass(**vars(args))
|
||||
return(None)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user