createArgument

create T or T[] argument, which T must not bool if flag is like <name...> then the argument's innner type is T[]

Parameters

flag string

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

desc string

the description of argument

Return Value

Type: Argument

a value/variadic argument

Meta