Skip to content
  • Zachary T Welch's avatar
    change all bool parsers to accept any value · 4d8d1d32
    Zachary T Welch authored
    This patch changes the behavior of all boolean parsing callers to
    accept any one of "true/enable/on/yes/1" or "false/disable/off/no/0".
    
    Since one particular pair will be most appropriate in any given
    situation, the specific macros should continue to be used in
    order to display the most informative error messages possible.
    4d8d1d32