int run(InputInterface $input, OutputInterface $output) Run the console
string askWithCompletion(string $question, array $choices, string $default = null)
Application getLaravel()
string|array argument(string $key = null) Get the value of a command argument
int callSilent(string $command, array $arguments = array()) Call another
array options() Get all of the options passed to the command.
array arguments() Get all of the arguments passed to the command.
void line(string $string, string $style = null, null|int|string $verbosity = null)
Page 3 of 8