string|array option(string $key = null) Get the value of a command option
string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string, null|int|string $verbosity = null) Write
Application getLaravel()
int call(string $command, array $arguments = array()) Call another console
void comment(string $string) Write a string as comment output.
bool confirm(string $question, bool $default = false) Confirm a question
array options() Get all of the options passed to the command.
Page 80 of 100