createNegateOption

creae a negate option

createNegateOption
(
string flags
,
string desc = ""
)

Parameters

flags string

the flag like -F, --no-flag

desc string

the description of option

Return Value

a negate option

Meta