X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FConfig%2FExportViewCommand.php;h=f0b0c0e36c588b79a137947512ea48696d71c35a;hp=246b09e268a69f169b42895098f7864939fc12ff;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Config/ExportViewCommand.php b/vendor/drupal/console/src/Command/Config/ExportViewCommand.php index 246b09e26..f0b0c0e36 100644 --- a/vendor/drupal/console/src/Command/Config/ExportViewCommand.php +++ b/vendor/drupal/console/src/Command/Config/ExportViewCommand.php @@ -69,7 +69,7 @@ class ExportViewCommand extends Command ->setName('config:export:view') ->setDescription($this->trans('commands.config.export.view.description')) ->addOption( - 'module', '', + 'module', null, InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module') ) @@ -80,13 +80,13 @@ class ExportViewCommand extends Command ) ->addOption( 'optional-config', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.config.export.view.options.optional-config') ) ->addOption( 'include-module-dependencies', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.config.export.view.options.include-module-dependencies') );