Usage line shape for a command with positional arguments (no subcommand).
Instance methods
argument_names
Argument names in declaration order (used as <name> in the usage line).
Sourcecommand_path
Path of command names from the binary down to this command.
Sourcehas_options?
true if the command declares any options.
Sourcehas_variadic_tail?
true if the last argument is variadic (Array(T)).
Source