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
The simplest way is probably just a custom callback that does some additional checks. You could probably do a stateful validator that does the checks inline, but I think in this case a callback on the app that does the checks would be the simplest choice, then you have access to the entire vector.
i want to write a helper tool to edit configure on my target box.
suppose we have config-entries constants:
is there a way to let my tool command line like:
and with param validation works with both key and values?
i have imagined a way that takes
vector<string>
arg and do check in a sort-of-callback. but seems not fit the CLI11 design principle. any suggestion?The text was updated successfully, but these errors were encountered: