| 1 |
lars |
1 |
<commands version="1.0">
|
|
|
2 |
<list-packages>
|
|
|
3 |
<summary>List All Packages of a Channel</summary>
|
|
|
4 |
<function>doListPackages</function>
|
|
|
5 |
<shortcut>lp</shortcut>
|
|
|
6 |
<options>
|
|
|
7 |
<channel>
|
|
|
8 |
<shortopt>c</shortopt>
|
|
|
9 |
<doc>specify a channel other than the default channel</doc>
|
|
|
10 |
<arg>CHAN</arg>
|
|
|
11 |
</channel>
|
|
|
12 |
<allchannels>
|
|
|
13 |
<shortopt>a</shortopt>
|
|
|
14 |
<doc>list available packages from all channels</doc>
|
|
|
15 |
</allchannels>
|
|
|
16 |
</options>
|
|
|
17 |
<doc>
|
|
|
18 |
Lists all the packages of a channel. For each channel it displays the
|
|
|
19 |
channel and package name.</doc>
|
|
|
20 |
</list-packages>
|
|
|
21 |
<list-categories>
|
|
|
22 |
<summary>List All Categories</summary>
|
|
|
23 |
<function>doListCategories</function>
|
|
|
24 |
<shortcut>cats</shortcut>
|
|
|
25 |
<options>
|
|
|
26 |
<channel>
|
|
|
27 |
<shortopt>c</shortopt>
|
|
|
28 |
<doc>specify a channel other than the default channel</doc>
|
|
|
29 |
<arg>CHAN</arg>
|
|
|
30 |
</channel>
|
|
|
31 |
<allchannels>
|
|
|
32 |
<shortopt>a</shortopt>
|
|
|
33 |
<doc>list available categories from all channels</doc>
|
|
|
34 |
</allchannels>
|
|
|
35 |
<packages>
|
|
|
36 |
<shortopt>p</shortopt>
|
|
|
37 |
<doc>list the packagenames of the categories too</doc>
|
|
|
38 |
</packages>
|
|
|
39 |
</options>
|
|
|
40 |
<doc>
|
|
|
41 |
Lists the categories available on the channel server. For each channel
|
|
|
42 |
it displays the channel and categorie name, and optionally the all the
|
|
|
43 |
names of the packages in the categories.</doc>
|
|
|
44 |
</list-categories>
|
|
|
45 |
<list-category>
|
|
|
46 |
<summary>List All Packages of a Category</summary>
|
|
|
47 |
<function>doListCategory</function>
|
|
|
48 |
<shortcut>cat</shortcut>
|
|
|
49 |
<options>
|
|
|
50 |
<channel>
|
|
|
51 |
<shortopt>c</shortopt>
|
|
|
52 |
<doc>specify a channel other than the default channel</doc>
|
|
|
53 |
<arg>CHAN</arg>
|
|
|
54 |
</channel>
|
|
|
55 |
</options>
|
|
|
56 |
<doc><category> [<category>...]
|
|
|
57 |
Lists all the packages of a category of a channel. For each category
|
|
|
58 |
it displays the channel and package name, with local and remote version
|
|
|
59 |
information, and the summary.</doc>
|
|
|
60 |
</list-category>
|
|
|
61 |
</commands>
|