Command
abstract class Command extends Command (View source)
Constants
RETURN_CODE_ON_FAILURE |
The return code we should return when an exception is thrown while running the command. |
Methods
run(InputInterface $input, OutputInterface $output)
{@inheritdoc}
addEnvOption()
Add the "env" option to the command options.