createOption

create varidic option, whose inner values's element type T must satisfy isBaseOptionValueType and not bool

Parameters

flags string

the flag like -f, --flag [name...], --flag <name...>

desc string

the description of option

Return Value

Type: Option

a variadic option

Meta