Newscoop\Tools\Console\Command\AssignThemeCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('themes:assign')->addArgument('theme', InputArgument::OPTIONAL, 'Theme name to assign, e.g. set_quetzal', 1)->setDescription('Assign theme for publications');
    }
AssignThemeCommand