Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663
This commit is contained in:
parent
eb34d130a8
commit
f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions
18
vendor/symfony/console/Tests/Fixtures/command_astext.txt
vendored
Normal file
18
vendor/symfony/console/Tests/Fixtures/command_astext.txt
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<comment>Usage:</comment>
|
||||
namespace:name
|
||||
name
|
||||
|
||||
<comment>Arguments:</comment>
|
||||
<info>command</info> The command to execute
|
||||
|
||||
<comment>Options:</comment>
|
||||
<info>-h, --help</info> Display this help message
|
||||
<info>-q, --quiet</info> Do not output any message
|
||||
<info>-V, --version</info> Display this application version
|
||||
<info> --ansi</info> Force ANSI output
|
||||
<info> --no-ansi</info> Disable ANSI output
|
||||
<info>-n, --no-interaction</info> Do not ask any interactive question
|
||||
<info>-v|vv|vvv, --verbose</info> Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
|
||||
|
||||
<comment>Help:</comment>
|
||||
help
|
||||
Reference in a new issue