bool confirm(string $question, bool $default = false) Confirm a question
string|array option(string $key = null) Get the value of a command option
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void comment(string $string) Write a string as comment output.
bool hasArgument(string|int $name) Determine if the given argument is present
void table(array $headers, Arrayable|array $rows,
void error(string $string) Write a string as error output.
RetryCommand class RetryCommand extends
Page 11 of 26