string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
Application getLaravel()
bool confirm(string $question, bool $default = false) Confirm a question
bool hasArgument(string|int $name) Determine if the given argument is present
void table(array $headers, Arrayable|array $rows,
void line(string $string, string $style = null, null|int|string $verbosity = null)
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
Page 3 of 8