int call(string $command, array $arguments = array()) Call another console
Application getLaravel()
bool hasOption(string $name) Determine if the given option is present.
string ask(string $question, string $default = null) Prompt the user for
string askWithCompletion(string $question, array $choices, string $default = null)
OutputInterface getOutput() Get the output implementation.
void line(string $string) Write a string as standard output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
Page 38 of 100