void error(string $string) Write a string as error output.
array arguments() Get all of the arguments passed to the command.
void line(string $string, string $style = null, null|int|string $verbosity = null)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
int run(InputInterface $input, OutputInterface $output) Run the console
string secret(string $question, bool $fallback = true) Prompt the user
Application getLaravel()
OutputInterface getOutput() Get the output implementation.
Page 14 of 26