Gush\Command\Core\InitCommand::configure PHP Method

configure() protected method

Actual options are configured by the CoreInitSubscriber.
protected configure ( )
    protected function configure()
    {
        $this->setName('core:init')->setDescription('Configures a local .gush.yml config file')->setHelp(<<<EOF
The <info>%command.name%</info> creates .gush.yml file that Gush will use for project in current directory:

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

EOF
);
    }