void error(string $string, null|int|string $verbosity = null) Write a string
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
array arguments() Get all of the arguments passed to the command.
void comment(string $string, null|int|string $verbosity = null) Write a
int callSilent(string $command, array $arguments = array()) Call another
void table(array $headers, Arrayable|array $rows,
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string askWithCompletion(string $question, array $choices, string $default = null)
Page 5 of 23