function(ContainerInterface $container) { return new ProVM\Command\Watch( $container->get('command'), $container->get('period'), $container->get(Psr\Log\LoggerInterface::class) ); }, ];