protected function ExportCommand::configure in Configuration Split 8
File
- src/
Command/ ExportCommand.php, line 27
Class
- ExportCommand
- Class ExportCommand.
Namespace
Drupal\config_split\CommandCode
protected function configure() {
$this
->setName('config_split:export')
->setAliases([
'csex',
])
->setDescription($this
->trans('commands.config_split.export.description'))
->addOption('split', NULL, InputOption::VALUE_OPTIONAL);
}