string ask(string $question, string $default = null) Prompt the user for
bool hasOption(string $name) Determine if the given option is present.
AutoloadCommand class AutoloadCommand extends
int call(string $command, array $arguments = array()) Call another console
void table(array $headers, Arrayable|array $rows,
string askWithCompletion(string $question, array $choices, string $default = null)
void info(string $string, null|int|string $verbosity = null) Write a string
ViewClearCommand class ViewClearCommand extends
void warn(string $string, null|int|string $verbosity = null) Write a string
void error(string $string, null|int|string $verbosity = null) Write a string
Page 71 of 100