N98\Magento\Command\Cms\Banner\ToggleCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cms:banner:toggle')->addArgument('banner_id', InputArgument::REQUIRED, 'Banner ID')->setDescription('Toggle a banner (Enterprise only)');
    }