string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string) Write a string as question output.
int call(string $command, array $arguments = array()) Call another console
void comment(string $string, null|int|string $verbosity = null) Write a
void table(array $headers, Arrayable|array $rows,
string secret(string $question, bool $fallback = true) Prompt the user
string|array option(string $key = null) Get the value of a command option
void line(string $string) Write a string as standard output.
void __construct() Create a new console command instance.
void comment(string $string) Write a string as comment output.
Page 5 of 100