command_2.xml 789 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <command id="descriptor:command2" name="descriptor:command2" hidden="0">
  3. <usages>
  4. <usage>descriptor:command2 [-o|--option_name] [--] &lt;argument_name&gt;</usage>
  5. <usage>descriptor:command2 -o|--option_name &lt;argument_name&gt;</usage>
  6. <usage>descriptor:command2 &lt;argument_name&gt;</usage>
  7. </usages>
  8. <description>command 2 description</description>
  9. <help>command 2 help</help>
  10. <arguments>
  11. <argument name="argument_name" is_required="1" is_array="0">
  12. <description></description>
  13. <defaults/>
  14. </argument>
  15. </arguments>
  16. <options>
  17. <option name="--option_name" shortcut="-o" accept_value="0" is_value_required="0" is_multiple="0">
  18. <description></description>
  19. </option>
  20. </options>
  21. </command>