Yaffs site version 1.1
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_1.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <symfony>
3   <commands>
4     <command id="help" name="help">
5       <usages>
6         <usage>help [--xml] [--format FORMAT] [--raw] [--] [&lt;command_name&gt;]</usage>
7       </usages>
8       <description>Displays help for a command</description>
9       <help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
10  
11    &lt;info&gt;php app/console help list&lt;/info&gt;
12  
13  You can also output the help in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
14  
15    &lt;info&gt;php app/console help --format=xml list&lt;/info&gt;
16  
17  To display the list of available commands, please use the &lt;info&gt;list&lt;/info&gt; command.</help>
18       <arguments>
19         <argument name="command_name" is_required="0" is_array="0">
20           <description>The command name</description>
21           <defaults>
22             <default>help</default>
23           </defaults>
24         </argument>
25       </arguments>
26       <options>
27         <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
28           <description>To output help as XML</description>
29         </option>
30         <option name="--format" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
31           <description>The output format (txt, xml, json, or md)</description>
32           <defaults>
33             <default>txt</default>
34           </defaults>
35         </option>
36         <option name="--raw" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
37           <description>To output raw command help</description>
38         </option>
39         <option name="--help" shortcut="-h" accept_value="0" is_value_required="0" is_multiple="0">
40           <description>Display this help message</description>
41         </option>
42         <option name="--quiet" shortcut="-q" accept_value="0" is_value_required="0" is_multiple="0">
43           <description>Do not output any message</description>
44         </option>
45         <option name="--verbose" shortcut="-v" shortcuts="-v|-vv|-vvv" accept_value="0" is_value_required="0" is_multiple="0">
46           <description>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</description>
47         </option>
48         <option name="--version" shortcut="-V" accept_value="0" is_value_required="0" is_multiple="0">
49           <description>Display this application version</description>
50         </option>
51         <option name="--ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
52           <description>Force ANSI output</description>
53         </option>
54         <option name="--no-ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
55           <description>Disable ANSI output</description>
56         </option>
57         <option name="--no-interaction" shortcut="-n" accept_value="0" is_value_required="0" is_multiple="0">
58           <description>Do not ask any interactive question</description>
59         </option>
60       </options>
61     </command>
62     <command id="list" name="list">
63       <usages>
64         <usage>list [--xml] [--raw] [--format FORMAT] [--] [&lt;namespace&gt;]</usage>
65       </usages>
66       <description>Lists commands</description>
67       <help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:
68  
69    &lt;info&gt;php app/console list&lt;/info&gt;
70  
71  You can also display the commands for a specific namespace:
72  
73    &lt;info&gt;php app/console list test&lt;/info&gt;
74  
75  You can also output the information in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
76  
77    &lt;info&gt;php app/console list --format=xml&lt;/info&gt;
78  
79  It's also possible to get raw list of commands (useful for embedding command runner):
80  
81    &lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
82       <arguments>
83         <argument name="namespace" is_required="0" is_array="0">
84           <description>The namespace name</description>
85           <defaults/>
86         </argument>
87       </arguments>
88       <options>
89         <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
90           <description>To output list as XML</description>
91         </option>
92         <option name="--raw" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
93           <description>To output raw command list</description>
94         </option>
95         <option name="--format" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
96           <description>The output format (txt, xml, json, or md)</description>
97           <defaults>
98             <default>txt</default>
99           </defaults>
100         </option>
101       </options>
102     </command>
103   </commands>
104   <namespaces>
105     <namespace id="_global">
106       <command>help</command>
107       <command>list</command>
108     </namespace>
109   </namespaces>
110 </symfony>