int call(string $command, array $arguments = array()) Call another console
bool confirm(string $question, bool $default = false) Confirm a question
bool hasOption(string $name) Determine if the given option is present.
int callSilent(string $command, array $arguments = array()) Call another
OutputInterface getOutput() Get the output implementation.
array options() Get all of the options passed to the command.
void setLaravel(Container $laravel)
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
void line(string $string, string $style = null, null|int|string $verbosity = null)
Page 17 of 23