void info(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
int call(string $command, array $arguments = array()) Call another console
string|array option(string $key = null) Get the value of a command option
string askWithCompletion(string $question, array $choices, string $default = null)
array options() Get all of the options passed to the command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string secret(string $question, bool $fallback = true) Prompt the user
bool hasArgument(string|int $name) Determine if the given argument is present
ResetCommand class ResetCommand extends
Page 13 of 23