src/Resources/config/commands.xml
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service class="Hmaus\Spas\Command\RunCommand" id="hmaus.spas.command.run">
<argument type="service" id="service_container"/>
<argument type="service" id="hmaus.spas.filesystem.input_finder"/>
</service>
</services>
</container>