Skip to content
Snippets Groups Projects
Commit 011ce383 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

ghlister: fail when no action is given

parent 944d4a9c
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,9 @@ def parse_args():
args = cli.parse_args()
if not args.action:
cli.error('no action given')
return args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment