You are here

protected function MergeYamlCommand::configure in Database Sanitize 7

File

vendor/edisonlabs/merge-yaml/src/MergeYamlCommand.php, line 41

Class

MergeYamlCommand
Class MergeYamlCommand.

Namespace

EdisonLabs\MergeYaml

Code

protected function configure() {
  parent::configure();
  $this
    ->setName('merge-yaml')
    ->setDefinition($this
    ->createDefinition())
    ->setDescription('Merge yaml files.');
}