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

Make sure unrecognized CLI command message is printed #11357

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Oct 18, 2024

Pull Request Description

It has been noticed, while working on #11355, that errors that happen while parsing CLI arguments aren't presented to the user. Using println to spit them out.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Java,
  • Unit tests have been written where possible.

@JaroslavTulach JaroslavTulach added the CI: No changelog needed Do not require a changelog entry for this PR. label Oct 18, 2024
@JaroslavTulach JaroslavTulach self-assigned this Oct 18, 2024
@JaroslavTulach JaroslavTulach added the CI: Clean build required CI runners will be cleaned before and after this PR is built. label Oct 18, 2024
@JaroslavTulach JaroslavTulach merged commit 6a50616 into develop Oct 18, 2024
43 checks passed
@JaroslavTulach JaroslavTulach deleted the wip/jtulach/PrintUnknownCommand branch October 18, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Clean build required CI runners will be cleaned before and after this PR is built. CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants