int callSilent(string $command, array $arguments = array()) Call another
string askWithCompletion(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
void question(string $string, null|int|string $verbosity = null) Write
string secret(string $question, bool $fallback = true) Prompt the user
void warn(string $string, null|int|string $verbosity = null) Write a string
int run(InputInterface $input, OutputInterface $output) Run the console
string|array argument(string $key = null) Get the value of a command argument
void table(array $headers, Arrayable|array $rows,
Page 5 of 26