Skip to content
New issue

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

Fix commands section in short help command (-h) #118

Merged
merged 1 commit into from
May 23, 2024

Conversation

thschmitt
Copy link
Collaborator

The OpenAPI specification definitions are parsed lazily for performance reasons. The detection for the -h argument did not work properly. Therefore, the specfications have not been loaded at all and the commands section in the output contained only the built-in commands.

Fixes: #117

The OpenAPI specification definitions are parsed lazily for performance
reasons. The detection for the -h argument did not work properly.
Therefore, the specfications have not been loaded at all and the
commands section in the output contained only the built-in commands.

Fixes: #117
@thschmitt thschmitt merged commit 99f6ece into main May 23, 2024
4 of 6 checks passed
@thschmitt thschmitt deleted the fix/short-help-option branch October 8, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different outputs for -h and --help flags
2 participants