Switch argument -> option to enable negative values in Symfony Command.
Tested in Symfony 2.6
<?php $this ->setName('example:run') ->addOption('example', null, InputOption::VALUE_REQUIRED, 'example');