string askWithCompletion(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
void info(string $string) Write a string as information output.
bool confirm(string $question, bool $default = false) Confirm a question
string|array option(string $key = null) Get the value of a command option
Application getLaravel()
int callSilent(string $command, array $arguments = array()) Call another
string ask(string $question, string $default = null) Prompt the user for
Page 7 of 100