We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae26fe commit 522cfd1Copy full SHA for 522cfd1
gitlab/cli.py
@@ -337,19 +337,22 @@ def main():
337
338
for o in l:
339
o.display(verbose)
340
+ print("")
341
342
elif action == OWNED:
343
if cls != gitlab.Project:
344
_die("%s objects don't support this request" % what)
345
346
for o in do_project_owned(gl, what, args):
347
348
349
350
elif action == ALL:
351
352
353
354
for o in do_project_all(gl, what, args):
355
356
357
358
sys.exit(0)
0 commit comments