Skip to content

#503: Added -h / --help to the command line.#520

Merged
redcatbear merged 16 commits into
mainfrom
feature/503_add-h-help-argument-to-the-cli
May 25, 2026
Merged

#503: Added -h / --help to the command line.#520
redcatbear merged 16 commits into
mainfrom
feature/503_add-h-help-argument-to-the-cli

Conversation

@redcatbear
Copy link
Copy Markdown
Collaborator

Closes #503.

@redcatbear redcatbear self-assigned this May 23, 2026
Comment thread doc/changes/changes_4.5.0.md Outdated
Comment on lines +65 to +66
System.setOut(this.originalOut);
System.setErr(this.originalErr);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we use the junit system extensions here? If not, we should think about adding the required features to the library

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
13.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@redcatbear redcatbear merged commit 4867c1b into main May 25, 2026
9 of 10 checks passed
@redcatbear redcatbear deleted the feature/503_add-h-help-argument-to-the-cli branch May 25, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add -h/--help argument to the CLI

2 participants