void line(string $string, string $style = null, null|int|string $verbosity = null)
bool confirm(string $question, bool $default = false) Confirm a question
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, Arrayable|array $rows,
void __construct(ViewPublisher $view)
string ask(string $question, string $default = null) Prompt the user for
int call(string $command, array $arguments = array()) Call another console
string|array argument(string $key = null) Get the value of a command argument
bool hasArgument(string|int $name) Determine if the given argument is present
Page 19 of 100