bool confirm(string $question, bool $default = false) Confirm a question
void __construct(Filesystem $files)
int callSilent(string $command, array $arguments = array()) Call another
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
void error(string $string, null|int|string $verbosity = null) Write a string
Application getLaravel()
OutputInterface getOutput() Get the output implementation.
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
Page 18 of 100