Kebab::Schema::Argument
A positional argument declared on a command.
Constructors
Instance methods
value_choices
The accepted values for an enum-typed argument, in help order. Empty when the values aren't a fixed set kebab knows (any non-enum, or a custom converter).
value_count
How many positionals the argument consumes per unit: 1, or the tuple
size for Tuple arguments. A variadic consumes the remainder in groups
of this size.