File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -399,25 +399,25 @@ def main() -> None:
399
399
args_dict = vars (args )
400
400
# Remove CLI behavior-related args
401
401
for item in (
402
- "gitlab " ,
402
+ "api_version " ,
403
403
"config_file" ,
404
- "verbose" ,
405
404
"debug" ,
405
+ "fields" ,
406
+ "gitlab" ,
406
407
"gitlab_resource" ,
407
- "resource_action " ,
408
- "version " ,
408
+ "job_token " ,
409
+ "oauth_token " ,
409
410
"output" ,
410
- "fields" ,
411
+ "pagination" ,
412
+ "private_token" ,
413
+ "resource_action" ,
411
414
"server_url" ,
415
+ "skip_login" ,
412
416
"ssl_verify" ,
413
417
"timeout" ,
414
- "api_version" ,
415
- "pagination" ,
416
418
"user_agent" ,
417
- "private_token" ,
418
- "oauth_token" ,
419
- "job_token" ,
420
- "skip_login" ,
419
+ "verbose" ,
420
+ "version" ,
421
421
):
422
422
args_dict .pop (item )
423
423
args_dict = {k : _parse_value (v ) for k , v in args_dict .items () if v is not None }
You can’t perform that action at this time.
0 commit comments