radarrplexorganizrnginxsonarrdashboardsabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepage
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
789 B
21 lines
789 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<command id="descriptor:command2" name="descriptor:command2" hidden="0">
|
|
<usages>
|
|
<usage>descriptor:command2 [-o|--option_name] [--] <argument_name></usage>
|
|
<usage>descriptor:command2 -o|--option_name <argument_name></usage>
|
|
<usage>descriptor:command2 <argument_name></usage>
|
|
</usages>
|
|
<description>command 2 description</description>
|
|
<help>command 2 help</help>
|
|
<arguments>
|
|
<argument name="argument_name" is_required="1" is_array="0">
|
|
<description></description>
|
|
<defaults/>
|
|
</argument>
|
|
</arguments>
|
|
<options>
|
|
<option name="--option_name" shortcut="-o" accept_value="0" is_value_required="0" is_multiple="0">
|
|
<description></description>
|
|
</option>
|
|
</options>
|
|
</command>
|
|
|