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
string|array argument(string $key = null) Get the value of a command argument
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
void error(string $string) Write a string as error output.
string secret(string $question, bool $fallback = true) Prompt the user
Application getLaravel()
string askWithCompletion(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
Page 84 of 100