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

Enable --help messages and accept --include-ignored as no-op #703

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

oxalica
Copy link
Contributor

@oxalica oxalica commented Jul 20, 2023

  • Since clap 4, --help requires the help feature to work. Fixes --help not supported? #702
  • --include-ignored is a popular libtest parameter in CI to run all tests including non-ignored and ignored ones. In our case, we have no "ignored" semantics, thus it should be a no-op.

Since clap 4, it requires the `help` feature to work.
This is a popular libtest parameter in CI to run all tests including
non-ignored and ignored ones. In our case, we have no "ignored"
semantics, thus it should be a no-op.
@oxalica
Copy link
Contributor Author

oxalica commented Jul 21, 2023

The CI error seems unrelated.

@lemmih lemmih merged commit 928d8a9 into bheisler:master Aug 10, 2023
4 checks passed
@oxalica oxalica deleted the fix/cli branch August 11, 2023 04:39
@oxalica oxalica mentioned this pull request Oct 17, 2023
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.

--help not supported?
2 participants