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

argparse 3.0 #153436

Merged
merged 2 commits into from
Nov 6, 2023
Merged

argparse 3.0 #153436

merged 2 commits into from
Nov 6, 2023

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented Nov 6, 2023

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Features / Enhancements
  • Added support for mutually_exclusive_arguments #301, README
  • Added C++20 module #290
  • Added built-in choices argument support. #277, README
  • Added support for binary notation, e.g., 0b101 #306
  • Added is_subcommand_used overload that accepts a subcommand parser #233
  • Added exit_on_default_arguments parameter to ArgumentParser #264
  • A (hide-from-help) suppress flag for subcommands #273
  • Allowed check to see if ArgumentParser has parsed values Allow check if ArgumentParser has parsed values p-ranav/argparse#218
  • Implemented column-aligned multi-line help message for arguments #259

Fixes

Other

  • Added clang-tidy to PRs Add clang-tidy analysis of pull requests p-ranav/argparse#215
  • No install when used as third party #231
  • Install cmake export file in CMAKE_INSTALL_DIR #255
  • CMakefile: Use -Wpedantic, -Werror and -Wextra for compilation in gcc. Fixed warnings #292
  • Updates to README cmake FetchContent section #293
  • More descriptive parse_number errors #297

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Nov 6, 2023
Copy link
Contributor

github-actions bot commented Nov 6, 2023

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 6, 2023
@BrewTestBot BrewTestBot enabled auto-merge November 6, 2023 13:50
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 6, 2023
Merged via the queue into Homebrew:master with commit 053bbf8 Nov 6, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Dec 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants