ghlister: fail when no action is given

This commit is contained in:
Stefano Zacchiroli 2015-04-29 11:08:28 +02:00
parent 944d4a9c49
commit 011ce383e2

View file

@ -81,6 +81,9 @@ def parse_args():
args = cli.parse_args()
if not args.action:
cli.error('no action given')
return args