Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / list.yml
1 description: 'Lists all available commands'
2 help: |
3   The <info>%command.name%</info> command lists all commands:
4   <info>php %command.full_name%</info>
5   You can also display the commands for a specific namespace:
6   <info>php %command.full_name% test</info>
7   You can also output the information in other formats by using the <comment>--format</comment> option:
8   <info>php %command.full_name% --format=xml</info>
9   It's also possible to get raw list of commands (useful for embedding command runner):
10   <info>php %command.full_name% --raw</info>
11 arguments:
12   namespace: 'The namespace name'
13 options:
14   xml: 'To output list as XML'
15   raw: 'To output raw command list'
16   format: 'The output format (txt, xml, json, or md)'
17
18 messages:
19   usage: "<comment>Usage:</comment>\n"
20   usage_details: "  command [options] [arguments]\n\n"
21   arguments: '<comment>Arguments:</comment>'
22   options: '<comment>Options:</comment>'
23   help: '<comment>Help:</comment>'
24   comment: '<comment>Available commands for the "%s" namespace:</comment>'
25   available-commands: '<comment>Available commands:</comment>'