createOption

create value/variadic option, whose inner type or inner value'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 value/variadic option

Meta