string ask(string $question, string $default = null) Prompt the user for
void fire() Execute the console command.
int run(InputInterface $input, OutputInterface $output) Run the console
string|array argument(string $key = null) Get the value of a command argument
Application getLaravel()
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string askWithCompletion(string $question, array $choices, string $default = null)
Page 60 of 100