void question(string $string, null|int|string $verbosity = null) Write
void info(string $string, null|int|string $verbosity = null) Write a string
void info(string $string) Write a string as information output.
array arguments() Get all of the arguments passed to the command.
void error(string $string) Write a string as error output.
string secret(string $question, bool $fallback = true) Prompt the user
bool|null fire() Execute the console command.
void comment(string $string, null|int|string $verbosity = null) Write a
int call(string $command, array $arguments = array()) Call another console
Page 1 of 100