bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw
class InputOption Represents a command line option. Constants
mixed getOption(string $name) Returns the option value for a given option name.
setOption(string $name, string|bool $value) Sets an option value by name.
mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)
bool hasOption(string $name) Returns true if an InputOption object exists by name.
setArguments(InputArgument[] $arguments
array getOptionDefaults() Gets an array of default values.
array getOptions() Returns all the given options merged with the default values.
InputOption[] getOptions()
Page 1 of 8