Skip to content

Commit 62e64a6

Browse files
chore(cli): rename "object" to "GitLab resource"
Make the parser name more user friendly by renaming from generic "object" to "GitLab resource"
1 parent 40c9b4f commit 62e64a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gitlab/v4/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ def _populate_sub_parser_by_class(
337337

338338
def extend_parser(parser: argparse.ArgumentParser) -> argparse.ArgumentParser:
339339
subparsers = parser.add_subparsers(
340-
title="object", dest="gitlab_resource", help="Object to manipulate."
340+
title="resource",
341+
dest="gitlab_resource",
342+
help="The GitLab resource to manipulate.",
341343
)
342344
subparsers.required = True
343345

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy