int
run(InputInterface $input = null, OutputInterface $output = null)
Runs the current application.
Parameters InputInterface $input An Input instance OutputInterface $output An Output instance Return Value int 0 if everything went fine, or an error code Exceptions Exception When doRun returns Exception