Application getLaravel()
void line(string $string, string $style = null, null|int|string $verbosity = null)
void warn(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
void question(string $string, null|int|string $verbosity = null) Write
int run(InputInterface $input, OutputInterface $output) Run the console
bool hasOption(string $name) Determine if the given option is present.
int call(string $command, array $arguments = array()) Call another console
string anticipate(string $question, array $choices, string $default = null)
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
Page 18 of 23