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 way it works is it will store whatever string is saved in the option after the processing. In this case I think that is whatever the output of the transformer is. I don't think the operator<< is ever used in this context since internally it never stores a Level so would have no way of converting that to a string.
This is essentially the
enum_ostream
example with aconfig_to_str()
call added:When calling
./a.out -l high
, this outputsIs it intended that CLI11 uses "0" rather than "high" in the configuration file output? If so, is it possible to change it to "high"?
Thanks!
The text was updated successfully, but these errors were encountered: