Replies: 2 comments
-
Ha, I just downloaded the package for the first time (been reading the docs online). Looks like I picked the right day (and time!) to do so! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Would like to clarify a doubt. What is the behavior when multiple toml files have the same parameter? For example: test.toml test=true no_test.toml test=false If I run my executable as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version focuses on cleaning up deprecated functionality, and some minor
default changes. The config processing is TOML compliant now. Atomics and
complex numbers are directly supported, along with other container
improvements. A new version flag option has finally been added. Subcommands are
significantly improved with new features and bugfixes for corner cases. This
release contains a lot of backend cleanup, including a complete overhaul of the
testing system and single file generation system.
%%
separator #423CLI::TypeValidator<TYPE>
#526->silent()
on subcommands. #529Converting from CLI11 1.9:
->capture_default_str()
instead. Use
app.option_defaults()->always_capture_default()
to set this forall future options. #597
add_option
on a complex number instead ofadd_complex
, which has been removed.This discussion was created from the release Version 2.0: Cleanup & TOML.
Beta Was this translation helpful? Give feedback.
All reactions