void line(string $string, string $style = null, null|int|string $verbosity = null)
int run(InputInterface $input, OutputInterface $output) Run the console
string ask(string $question, string $default = null) Prompt the user for
void question(string $string, null|int|string $verbosity = null) Write
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
int call(string $command, array $arguments = array()) Call another console
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
array options() Get all of the options passed to the command.
Page 16 of 23