NEGATE

set a negate option for a registered option, and its long flag is --no-NAME_OF_OPTION

mixin template NEGATE (
alias field
string shortFlag
string desc = ""
)

Parameters

field

the registered option in the type of OptVal

shortFlag

the short flag of the negate option

desc

the description of the negate option

Meta