int call(string $command, array $arguments = array()) Call another console
string|array option(string $key = null) Get the value of a command option
void table(array $headers, Arrayable|array $rows,
OutputInterface getOutput() Get the output implementation.
bool|null fire() Execute the console command.
ClearCompiledCommand class ClearCompiledCommand extends
string anticipate(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
string ask(string $question, string $default = null) Prompt the user for
Page 22 of 100