X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FModule%2FDownloadCommand.php;fp=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FModule%2FDownloadCommand.php;h=cf799cb4bf1561aa59641881f49629296a5c0736;hp=09aa2e1df07b77af5c77bf6f6eccdbe330f4f87e;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Module/DownloadCommand.php b/vendor/drupal/console/src/Command/Module/DownloadCommand.php index 09aa2e1df..cf799cb4b 100644 --- a/vendor/drupal/console/src/Command/Module/DownloadCommand.php +++ b/vendor/drupal/console/src/Command/Module/DownloadCommand.php @@ -122,19 +122,19 @@ class DownloadCommand extends Command ) ->addOption( 'latest', - '', + null, InputOption::VALUE_NONE, $this->trans('commands.module.download.options.latest') ) ->addOption( 'composer', - '', + null, InputOption::VALUE_NONE, $this->trans('commands.module.install.options.composer') ) ->addOption( 'unstable', - '', + null, InputOption::VALUE_NONE, $this->trans('commands.module.install.options.unstable') );