Skip to content

Commit 7e61a28

Browse files
author
Gauvain Pocentek
committed
Add the CLI -g short option for --gitlab
1 parent 74dc2ac commit 7e61a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def main():
241241
parser.add_argument("-c", "--config-file", action='append',
242242
help=("Configuration file to use. Can be used "
243243
"multiple times."))
244-
parser.add_argument("--gitlab",
244+
parser.add_argument("-g", "--gitlab",
245245
help=("Which configuration section should "
246246
"be used. If not defined, the default selection "
247247
"will be used."),

0 commit comments

Comments
 (0)