string|array argument(string $key = null) Get the value of a command argument
array options() Get all of the options passed to the command.
array arguments() Get all of the arguments passed to the command.
OutputInterface getOutput() Get the output implementation.
void error(string $string, null|int|string $verbosity = null) Write a string
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
void setLaravel(Container $laravel)
int call(string $command, array $arguments = array()) Call another console
Page 19 of 23