void fire(Job $job, array $data)
int call(string $command, array $arguments = array()) Call another console
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
int run(InputInterface $input, OutputInterface $output) Run the console
bool confirm(string $question, bool $default = false) Confirm a question
void registerCommand(Command $command) Register the given command with
void fire() Execute the console command.
array arguments() Get all of the arguments passed to the command.
Page 42 of 100