void line(string $string) Write a string as standard output.
int call(string $command, array $arguments = array()) Call another console
array arguments() Get all of the arguments passed to the command.
array options() Get all of the options passed to the command.
void __construct() Create a new console command instance.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void line(string $string, string $style = null, null|int|string $verbosity = null)
void info(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
void fire() Execute the console command.
Page 13 of 23