feature(keyringctl): print help if invoked without any subcommand
This commit is contained in:
parent
8bc0ae1da0
commit
40592b3534
@ -1232,6 +1232,8 @@ if __name__ == "__main__":
|
|||||||
force=args.force,
|
force=args.force,
|
||||||
pacman_integration=args.pacman_integration,
|
pacman_integration=args.pacman_integration,
|
||||||
)
|
)
|
||||||
|
else:
|
||||||
|
parser.print_help()
|
||||||
|
|
||||||
if args.wait:
|
if args.wait:
|
||||||
print("Press [ENTER] to continue")
|
print("Press [ENTER] to continue")
|
||||||
|
Loading…
Reference in New Issue
Block a user