We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6bd90 commit 2a4493cCopy full SHA for 2a4493c
gitlab/cli.py
@@ -79,6 +79,7 @@ def wrapped_f(*args: Any, **kwargs: Any) -> Any:
79
action = custom_action or f.__name__.replace("_", "-")
80
custom_actions[final_name][action] = (mandatory, optional, in_obj)
81
82
+ wrapped_f._custom_args = mandatory + optional
83
return cast(__F, wrapped_f)
84
85
return wrap
0 commit comments