You are here

protected function ImportCommand::configure in Configuration Split 8

File

src/Command/ImportCommand.php, line 27

Class

ImportCommand
Class ImportCommand.

Namespace

Drupal\config_split\Command

Code

protected function configure() {
  $this
    ->setName('config_split:import')
    ->setAliases([
    'csim',
  ])
    ->setDescription($this
    ->trans('commands.config_split.import.description'))
    ->addOption('split', NULL, InputOption::VALUE_OPTIONAL);
}