Skip to content

fix: Use backward-compatible default CLI value#630

Merged
elshize merged 2 commits intomainfrom
backward-compatible-default
Feb 4, 2026
Merged

fix: Use backward-compatible default CLI value#630
elshize merged 2 commits intomainfrom
backward-compatible-default

Conversation

@elshize
Copy link
Copy Markdown
Member

@elshize elshize commented Jan 31, 2026

Use capture_default_str() instead of default_value() for backward compatibility.

Using default_value() failed on one of the tests on main that used system dependency for CLI11 that was in a lower version.


Also deleting operators that are already implicitly deleted.

Use `capture_default_str()` instead of `default_value()` for backward
compatibility.
We never use anything other than `std::cout` and the class should be
refactored anyway.
@elshize elshize force-pushed the backward-compatible-default branch from f8d082a to 3169246 Compare February 1, 2026 15:25
@elshize elshize merged commit 076c408 into main Feb 4, 2026
7 checks passed
@elshize elshize deleted the backward-compatible-default branch February 4, 2026 02:24
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.

2 participants