We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitlab --help reads its config file even when displaying help
gitlab --help
Print out the help text.
Exits with error if no configuration file is found.
The text was updated successfully, but these errors were encountered:
fix(cli): print help and usage without config file
bed9d46
Fixes python-gitlab#560
d8e406c
6bb4d17
Fixes #560
No branches or pull requests
Description of the problem, including code/CLI snippet
gitlab --help
reads its config file even when displaying helpExpected Behavior
Print out the help text.
Actual Behavior
Exits with error if no configuration file is found.
Specifications
The text was updated successfully, but these errors were encountered: