#!/usr/bin/env php addDefinitions('dependencies.php'); $container = $builder->build(); $application = new Application(); $rprtCommand = $container->get(RprtCommand::class); $application->add($rprtCommand); $application->run();