X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FViews%2FDebugCommand.php;h=9136bb8874dde74a260541a9192778d98c37f091;hp=087621a2221e9ed1ed437fa3a7c44d11f6e066f4;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Views/DebugCommand.php b/vendor/drupal/console/src/Command/Views/DebugCommand.php index 087621a22..9136bb887 100644 --- a/vendor/drupal/console/src/Command/Views/DebugCommand.php +++ b/vendor/drupal/console/src/Command/Views/DebugCommand.php @@ -57,12 +57,12 @@ class DebugCommand extends Command ) ->addOption( 'tag', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.views.debug.arguments.view-tag') )->addOption( 'status', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.views.debug.arguments.view-status') );