void warn(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool hasArgument(string|int $name) Determine if the given argument is present
ResetCommand class ResetCommand extends
void comment(string $string) Write a string as comment output.
string secret(string $question, bool $fallback = true) Prompt the user
string|array argument(string $key = null) Get the value of a command argument
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
Page 15 of 31