string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void info(string $string, null|int|string $verbosity = null) Write a string
void comment(string $string, null|int|string $verbosity = null) Write a
void line(string $string, string $style = null, null|int|string $verbosity = null)
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string) Write a string as information output.
void comment(string $string) Write a string as comment output.
string secret(string $question, bool $fallback = true) Prompt the user
void __construct(Filesystem $files)
int call(string $command, array $arguments = array()) Call another console
Page 10 of 100