@@ -7,7 +7,11 @@ def main():
rawargs = vaultpass.args.parseArgs()
args = rawargs.parse_args()
if not args.oper:
args.oper = 'show'
rawargs.print_help()
return(None)
if args.oper == 'help':
import pprint
pprint.pprint(vars(args))
The note is not visible to the blocked user.