Gush\Command\Util\MetaConfigureCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('meta:configure')->setHelp(<<<EOT
The <info>%command.name%</info> updates the "meta-header" configuration in your local .gush.yml file.
This information is used by the <info>\$ gush meta:header</info> for applying the correct header on all files.

    <info>\$ gush %command.name%</info>

EOT
);
    }