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 e3a7650 commit 6f94cedCopy full SHA for 6f94ced
gitlab/v4/cli.py
@@ -230,8 +230,7 @@ def _populate_sub_parser_by_class(cls, sub_parser):
230
for x in required if x != cls._id_attr]
231
[sub_parser_action.add_argument("--%s" % x.replace('_', '-'),
232
required=False)
233
- for x in optional if x != cls._id_attr
234
- and x not in ['recursive']]
+ for x in optional if x != cls._id_attr and x not in ['recursive']]
235
[sub_parser_action.add_argument("--%s" % x, action='store_true',
236
237
for x in optional if x in ['recursive']]
0 commit comments