Liip\RMT\Command\ConfigCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('config');
        $this->setDescription('Show the current parsed config (according to your branch)');
        $this->setHelp('The <comment>config</comment> command can be used to see the current config.');
    }