positional
positional<
T>(kind):Positional<T>
Defined in: packages/input/dist/index.d.mts:238
Creates a new positional argument.
Type Parameters
Section titled “Type Parameters”T extends Kind
Parameters
Section titled “Parameters”T
The kind of positional argument.
Returns
Section titled “Returns”Positional<T>
A new positional argument.