array options() Get all of the options passed to the command.
string askWithCompletion(string $question, array $choices, string $default = null)
void question(string $string) Write a string as question output.
string secret(string $question, bool $fallback = true) Prompt the user
void __construct(Filesystem $files)
int callSilent(string $command, array $arguments = array()) Call another
void info(string $string) Write a string as information output.
void warn(string $string, null|int|string $verbosity = null) Write a string
string anticipate(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
Page 21 of 100