void error(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
bool confirm(string $question, bool $default = false) Confirm a question
string|array argument(string $key = null) Get the value of a command argument
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void __construct() Create a new console command instance.
string ask(string $question, string $default = null) Prompt the user for
int call(string $command, array $arguments = array()) Call another console
Page 74 of 100