Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_2.xml
index 62e3cfcbe059c37b30c9e9daca4f69c121f1c271..5f0f98bd9f15d58a116cf0e2693ebab64574f9e2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <symfony name="My Symfony application" version="v1.0">
   <commands>
-    <command id="help" name="help">
+    <command id="help" name="help" hidden="0">
       <usages>
         <usage>help [--format FORMAT] [--raw] [--] [&lt;command_name&gt;]</usage>
       </usages>
@@ -56,7 +56,7 @@
         </option>
       </options>
     </command>
-    <command id="list" name="list">
+    <command id="list" name="list" hidden="0">
       <usages>
         <usage>list [--raw] [--format FORMAT] [--] [&lt;namespace&gt;]</usage>
       </usages>
@@ -94,7 +94,7 @@
         </option>
       </options>
     </command>
-    <command id="descriptor:command1" name="descriptor:command1">
+    <command id="descriptor:command1" name="descriptor:command1" hidden="0">
       <usages>
         <usage>descriptor:command1</usage>
         <usage>alias1</usage>
         </option>
       </options>
     </command>
-    <command id="descriptor:command2" name="descriptor:command2">
+    <command id="descriptor:command2" name="descriptor:command2" hidden="0">
       <usages>
         <usage>descriptor:command2 [-o|--option_name] [--] &lt;argument_name&gt;</usage>
         <usage>descriptor:command2 -o|--option_name &lt;argument_name&gt;</usage>
         </option>
       </options>
     </command>
+    <command id="descriptor:command3" name="descriptor:command3" hidden="1">
+      <usages>
+        <usage>descriptor:command3</usage>
+      </usages>
+      <description>command 3 description</description>
+      <help>command 3 help</help>
+      <arguments/>
+      <options>
+        <option name="--help" shortcut="-h" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Display this help message</description>
+        </option>
+        <option name="--quiet" shortcut="-q" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Do not output any message</description>
+        </option>
+        <option name="--verbose" shortcut="-v" shortcuts="-v|-vv|-vvv" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</description>
+        </option>
+        <option name="--version" shortcut="-V" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Display this application version</description>
+        </option>
+        <option name="--ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Force ANSI output</description>
+        </option>
+        <option name="--no-ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Disable ANSI output</description>
+        </option>
+        <option name="--no-interaction" shortcut="-n" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Do not ask any interactive question</description>
+        </option>
+      </options>
+    </command>
+    <command id="descriptor:command4" name="descriptor:command4" hidden="0">
+      <usages>
+        <usage>descriptor:command4</usage>
+        <usage>descriptor:alias_command4</usage>
+        <usage>command4:descriptor</usage>
+      </usages>
+      <description></description>
+      <help></help>
+      <arguments/>
+      <options>
+        <option name="--help" shortcut="-h" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Display this help message</description>
+        </option>
+        <option name="--quiet" shortcut="-q" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Do not output any message</description>
+        </option>
+        <option name="--verbose" shortcut="-v" shortcuts="-v|-vv|-vvv" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug</description>
+        </option>
+        <option name="--version" shortcut="-V" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Display this application version</description>
+        </option>
+        <option name="--ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Force ANSI output</description>
+        </option>
+        <option name="--no-ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Disable ANSI output</description>
+        </option>
+        <option name="--no-interaction" shortcut="-n" accept_value="0" is_value_required="0" is_multiple="0">
+          <description>Do not ask any interactive question</description>
+        </option>
+      </options>
+    </command>
   </commands>
   <namespaces>
     <namespace id="_global">
       <command>help</command>
       <command>list</command>
     </namespace>
+    <namespace id="command4">
+      <command>command4:descriptor</command>
+    </namespace>
     <namespace id="descriptor">
+      <command>descriptor:alias_command4</command>
       <command>descriptor:command1</command>
       <command>descriptor:command2</command>
+      <command>descriptor:command3</command>
+      <command>descriptor:command4</command>
     </namespace>
   </namespaces>
 </symfony>