array options() Get all of the options passed to the command.
void __construct(Filesystem $files)
string ask(string $question, string $default = null) Prompt the user for
ChangesCommand class ChangesCommand extends
string askWithCompletion(string $question, array $choices, string $default = null)
void info(string $string) Write a string as information output.
string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
void line(string $string) Write a string as standard output.
bool hasOption(string $name) Determine if the given option is present.
Page 96 of 100