bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string, null|int|string $verbosity = null) Write a string
array arguments() Get all of the arguments passed to the command.
void warn(string $string, null|int|string $verbosity = null) Write a string
StatusCommand class StatusCommand extends
int callSilent(string $command, array $arguments = array()) Call another
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string anticipate(string $question, array $choices, string $default = null)
BaseCommand class BaseCommand extends Command
Page 9 of 31