string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
void fire() Execute the console command.
void __construct(Kernel $kernel)
string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string) Write a string as question output.
string ask(string $question, string $default = null) Prompt the user for
void line(string $string, string $style = null, null|int|string $verbosity = null)
string|array argument(string $key = null) Get the value of a command argument
Page 41 of 100