8000
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.
allow_abbrev
1 parent 9e64645 commit d68cacfCopy full SHA for d68cacf
gitlab/cli.py
@@ -106,7 +106,9 @@ def cls_to_what(cls: RESTObject) -> str:
106
107
def _get_base_parser(add_help: bool = True) -> argparse.ArgumentParser:
108
parser = argparse.ArgumentParser(
109
- add_help=add_help, description="GitLab API Command Line Interface"
+ add_help=add_help,
110
+ description="GitLab API Command Line Interface",
111
+ allow_abbrev=False,
112
)
113
parser.add_argument("--version", help="Display the version.", action="store_true")
114
parser.add_argument(
0 commit comments