N98\Magento\Command\Cms\Page\PublishCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cms:page:publish')->addArgument('page_id', InputArgument::REQUIRED, 'Even if the Revision ID is unique, we require the page id for security reasons')->addArgument('revision_id', InputArgument::REQUIRED, 'Revision ID (the ID, not the sequential number)')->setDescription('Publish a CMS page revision (Enterprise only)');
    }