It might/should even go to Args (along with the other stuff I didn't add for "bloat"), as optional extras!
[x] sz::to_bool(...)
[x] Beware: the --thing (true) and --thing= (false) cases are currently indistinguishable in Args!
[x] All I could do now is to add a flag to to_bool to tread empty as true or false -- so at least --thing can be true... (But then so will be --thing= for now... :-/ )
It might/should even go to Args (along with the other stuff I didn't add for "bloat"), as optional extras!
--thing
(true) and--thing=
(false) cases are currently indistinguishable in Args!to_bool
to tread empty as true or false -- so at least--thing
can be true... (But then so will be--thing=
for now... :-/ )