void question(string $string) Write a string as question output.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
ClosureCommand class ClosureCommand extends
bool hasOption(string $name) Determine if the given option is present.
void __construct() Create a new console command instance.
void error(string $string, null|int|string $verbosity = null) Write a string
int callSilent(string $command, array $arguments = array()) Call another
bool confirm(string $question, bool $default = false) Confirm a question
int call(string $command, array $arguments = array()) Call another console
Page 33 of 100