diff --git a/gitlab/v3/cli.py b/gitlab/v3/cli.py index b0450e8bf..ae16cf7d7 100644 --- a/gitlab/v3/cli.py +++ b/gitlab/v3/cli.py @@ -462,7 +462,7 @@ def extend_parser(parser): return parser -def run(gl, what, action, args, verbose): +def run(gl, what, action, args, verbose, *fargs, **kwargs): try: cls = gitlab.v3.objects.__dict__[cli.what_to_cls(what)] except ImportError: