void error(string $string) Write a string as error output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
void setLaravel(Container $laravel)
ServeCommand class ServeCommand extends
int call(string $command, array $arguments = array()) Call another console
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool hasOption(string $name) Determine if the given option is present.
Page 6 of 100