protected function configure() { $this->setName('nfl:stream')->setDescription('Stream selected NFL game')->addOption('game', null, InputOption::VALUE_OPTIONAL, 'Game to be streamed', null)->addOption('shift', null, InputOption::VALUE_OPTIONAL, 'Time shift for streaming', null); parent::configure(); }
protected function configure() { $this->setName('nfl:rating')->setDescription('Get NFL games rating'); parent::configure(); }
protected function configure() { $this->setName('nfl:test')->setDescription('Test'); parent::configure(); }
protected function configure() { $this->setName('nfl:cron')->setDescription('Cron command for NFL Games streaming.'); parent::configure(); }
protected function configure() { $this->setName('nfl:logo')->setDescription('Overlay selected game with logo')->addOption('game', 'g', InputOption::VALUE_REQUIRED, 'Team which Game to be overlayed')->addOption('dir', 'd', InputOption::VALUE_OPTIONAL, 'Game file directory', null)->addOption('logo', 'l', InputOption::VALUE_OPTIONAL, 'Logo image path', null); parent::configure(); }
protected function configure() { $this->setName('nfl:schedule')->setDescription('Get NFL games schedule'); parent::configure(); }