int call(string $command, array $arguments = array()) Call another console
void question(string $string) Write a string as question output.
Application getLaravel()
string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string, null|int|string $verbosity = null) Write
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
string|array option(string $key = null) Get the value of a command option
void setLaravel(Container $laravel)
Page 11 of 26