feature(keyringctl): print help if invoked without any subcommand

This commit is contained in:
Levente Polyak
2021-10-20 20:04:02 +02:00
parent 8bc0ae1da0
commit 40592b3534

View File

@ -1232,6 +1232,8 @@ if __name__ == "__main__":
force=args.force,
pacman_integration=args.pacman_integration,
)
else:
parser.print_help()
if args.wait:
print("Press [ENTER] to continue")