array arguments() Get all of the arguments passed to the command.
int callSilent(string $command, array $arguments = array()) Call another
string|array argument(string $key = null) Get the value of a command argument
string askWithCompletion(string $question, array $choices, string $default = null)
Application getLaravel()
OutputInterface getOutput() Get the output implementation.
string ask(string $question, string $default = null) Prompt the user for
void error(string $string) Write a string as error output.
void question(string $string, null|int|string $verbosity = null) Write
Page 85 of 100