Skip to content

Commit 079c107

Browse files
author
Gauvain Pocentek
committed
listing: list the --page and --per-page options
1 parent 7e7b29c commit 079c107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ def actionHelpList(cls):
5555
detail = ''
5656
if action == 'list':
5757
detail = " ".join(["--%s=ARG" % x.replace('_', '-') for x in cls.requiredListAttrs])
58+
if detail:
59+
detail += " "
60+
detail += "--page=ARG --per-page=ARG"
5861
elif action in ['get', 'delete']:
5962
detail = "--id=ARG "
6063
detail += " ".join(["--%s=ARG" % x.replace('_', '-') for x in cls.requiredGetAttrs])

0 commit comments

Comments
 (0)