summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r--gitlab/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py
index cbd0d7c..0e7d5ef 100644
--- a/gitlab/cli.py
+++ b/gitlab/cli.py
@@ -375,6 +375,7 @@ def main():
"do_%s" % action]:
if hasattr(cli, test):
method = test
+ break
if method is None:
sys.stderr.write("Don't know how to deal with this!\n")