You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read through the docs but didn't found anything about this:
Would it be possible in CLI11 to take several input config files, and just concatenate their entries?
Currently if I provide --config more than once I just get:
--config: At Most 1 required but received 2
The motivation would be to be able to reuse multiple subsets of options and combine them.
The text was updated successfully, but these errors were encountered:
I read through the docs but didn't found anything about this:
Would it be possible in CLI11 to take several input config files, and just concatenate their entries?
Currently if I provide
--config
more than once I just get:The motivation would be to be able to reuse multiple subsets of options and combine them.
The text was updated successfully, but these errors were encountered: