string askWithCompletion(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
string secret(string $question, bool $fallback = true) Prompt the user
VendorPublishCommand class VendorPublishCommand extends
void error(string $string) Write a string as error output.
string ask(string $question, string $default = null) Prompt the user for
void question(string $string) Write a string as question output.
void info(string $string) Write a string as information output.
OutputInterface getOutput() Get the output implementation.
string|array option(string $key = null) Get the value of a command option
Page 59 of 100