-
Notifications
You must be signed in to change notification settings - Fork 413
Comparing changes
Open a pull request
base repository: CLIUtils/CLI11
base: v2.6.1
head repository: CLIUtils/CLI11
compare: main
- 14 commits
- 41 files changed
- 3 contributors
Commits on Oct 28, 2025
-
update precommit markdownlint and add permissions on workflow files (#…
…1246) test out some precommit hooks and other updates --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a1946e - Browse repository at this point
Copy the full SHA 3a1946eView commit details
Commits on Nov 3, 2025
-
option name formatting in help (#1247)
Add some controls to manipulate option string formatting, including disabling the default values, disabling default flag values, disabling type names. Fixes #857 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a69ed5 - Browse repository at this point
Copy the full SHA 3a69ed5View commit details
Commits on Nov 7, 2025
-
chore(deps): pre-commit.ci autoupdate (#1248)
<!--pre-commit.ci start--> updates: - [github.com/DavidAnson/markdownlint-cli2: v0.12.0 → v0.18.1](DavidAnson/markdownlint-cli2@v0.12.0...v0.18.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e33d092 - Browse repository at this point
Copy the full SHA e33d092View commit details
Commits on Nov 9, 2025
-
Update some documentation and book chapters (#1250)
Update documentation related to formatters and some other recent updates. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c992112 - Browse repository at this point
Copy the full SHA c992112View commit details
Commits on Nov 11, 2025
-
chore(deps): pre-commit.ci autoupdate (#1253)
<!--pre-commit.ci start--> updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.5](pre-commit/mirrors-clang-format@v21.1.2...v21.1.5) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7fabe18 - Browse repository at this point
Copy the full SHA 7fabe18View commit details
Commits on Nov 19, 2025
-
chore(deps): pre-commit.ci autoupdate (#1256)
<!--pre-commit.ci start--> updates: - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98e47b4 - Browse repository at this point
Copy the full SHA 98e47b4View commit details
Commits on Nov 21, 2025
-
add an option for full install, (#1252)
include impl headers with precompiled option. This may be necessary for some package installs if they wish to include the precompiled static library alongside the header only install. inspired by #1198 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b939ae - Browse repository at this point
Copy the full SHA 9b939aeView commit details
Commits on Nov 25, 2025
-
chore(deps): pre-commit.ci autoupdate (#1260)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.5...v21.1.6) - [github.com/DavidAnson/markdownlint-cli2: v0.19.0 → v0.19.1](DavidAnson/markdownlint-cli2@v0.19.0...v0.19.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60c518c - Browse repository at this point
Copy the full SHA 60c518cView commit details
Commits on Nov 29, 2025
-
Address issue #1254 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53608df - Browse repository at this point
Copy the full SHA 53608dfView commit details -
fix an issue where an enumeration with a stream output method would generate strings that could not be converted back to the original enumeration value. Fixes Issue #1258 recent changes fixed a few issues with the default_val method. The method used the to_string, which in cases where a user supplied a streaming operation to enumerations they could not be converted back to the enumeration properly resulting in some errors and confusing help output. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f10ee36 - Browse repository at this point
Copy the full SHA f10ee36View commit details
Commits on Dec 7, 2025
-
chore(deps): pre-commit.ci autoupdate (#1262)
<!--pre-commit.ci start--> updates: - [github.com/JoC0de/pre-commit-prettier: v3.6.2 → v3.7.3](JoC0de/pre-commit-prettier@v3.6.2...v3.7.3) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bebc5a7 - Browse repository at this point
Copy the full SHA bebc5a7View commit details
Commits on Dec 12, 2025
-
chore(deps): pre-commit.ci autoupdate (#1265)
<!--pre-commit.ci start--> updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.7](pre-commit/mirrors-clang-format@v21.1.6...v21.1.7) - [github.com/JoC0de/pre-commit-prettier: v3.7.3 → v3.7.4](JoC0de/pre-commit-prettier@v3.7.3...v3.7.4) - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.19.1...v0.20.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 695eff0 - Browse repository at this point
Copy the full SHA 695eff0View commit details
Commits on Dec 13, 2025
-
update the azure pipelines to remove deprecated image (#1267)
replace removed azure image and some other CI pipeline updates
Configuration menu - View commit details
-
Copy full SHA for 6919ea8 - Browse repository at this point
Copy the full SHA 6919ea8View commit details
Commits on Dec 17, 2025
-
prefix_command tests and improvements (#1266)
adding a PrefixCommandMode option to the prefix_command to allow specification of a separator and catch other errors Addresses #1264 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe8f9f7 - Browse repository at this point
Copy the full SHA fe8f9f7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.1...main