X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fserver.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fserver.yml;h=86d5ca0c96cd5a4fe83dd334f1741ca4b2f82bd0;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/server.yml b/vendor/drupal/console-en/translations/server.yml new file mode 100644 index 000000000..86d5ca0c9 --- /dev/null +++ b/vendor/drupal/console-en/translations/server.yml @@ -0,0 +1,15 @@ +description: 'Runs PHP built-in web server' +arguments: + address: 'The address:port values' +messages: + executing: 'Executing php from "%s".' + listening: 'Listening on "%s".' +errors: + binary: 'Unable to find PHP binary to run server.' +examples: + - description: 'Run using default address argument value 127.0.0.1:8088' + execution: 'drupal server' + - description: 'Passing address argument to use a different port number' + execution: 'drupal server 127.0.0.1:8089' + - description: 'Running default address argument values, using --root option to define the Drupal root' + execution: 'drupal --root=/var/www/drupal8.dev server'