setArguments(InputArgument[] $arguments
mixed getOption(string $name) Returns the option value for a given option name.
mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)
array getOptions() Returns all the given options merged with the default values.
bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or
validate() Validates the input. Exceptions
string getFirstArgument() Returns the first argument from the raw parameters (not parsed).
bool hasOption(string $name) Returns true if an InputOption object exists by name.
setOption(string $name, string|bool $value) Sets an option value by name.
Page 1 of 8