Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / symfony / console / Symfony / Component / Console / Tests / Fixtures / application_asxml1.txt
1 <?xml version="1.0" encoding="UTF-8"?>
2 <symfony>
3   <commands>
4     <command id="help" name="help">
5   <usage>help [--xml] [command_name]</usage>
6   <description>Displays help for a command</description>
7   <help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
8  
9    &lt;info&gt;php app/console help list&lt;/info&gt;
10  
11  You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:
12  
13    &lt;info&gt;php app/console help --xml list&lt;/info&gt;</help>
14   <aliases />
15   <arguments>
16     <argument name="command_name" is_required="0" is_array="0">
17       <description>The command name</description>
18       <defaults>
19         <default>help</default>
20       </defaults>
21     </argument>
22   </arguments>
23   <options>
24     <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
25       <description>To output help as XML</description>
26     </option>
27   </options>
28 </command>
29     <command id="list" name="list">
30   <usage>list [--xml] [--raw] [namespace]</usage>
31   <description>Lists commands</description>
32   <help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:
33  
34    &lt;info&gt;php app/console list&lt;/info&gt;
35  
36  You can also display the commands for a specific namespace:
37  
38    &lt;info&gt;php app/console list test&lt;/info&gt;
39  
40  You can also output the information as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:
41  
42    &lt;info&gt;php app/console list --xml&lt;/info&gt;
43  
44  It's also possible to get raw list of commands (useful for embedding command runner):
45  
46    &lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
47   <aliases/>
48   <arguments>
49     <argument name="namespace" is_required="0" is_array="0">
50       <description>The namespace name</description>
51       <defaults/>
52     </argument>
53   </arguments>
54   <options>
55     <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
56       <description>To output help as XML</description>
57     </option>
58     <option name="--raw" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
59       <description>To output raw command list</description>
60     </option>
61   </options>
62 </command>
63     <command id="foo:bar" name="foo:bar">
64   <usage>foo:bar</usage>
65   <description>The foo:bar command</description>
66   <help/>
67   <aliases>
68     <alias>afoobar</alias>
69   </aliases>
70   <arguments/>
71   <options/>
72 </command>
73   </commands>
74   <namespaces>
75     <namespace id="_global">
76       <command>help</command>
77       <command>list</command>
78     </namespace>
79     <namespace id="foo">
80       <command>foo:bar</command>
81     </namespace>
82   </namespaces>
83 </symfony>