source: branches/version-2_13-dev/data/module/PEAR/Command/Registry.xml @ 23125

Revision 23125, 1.7 KB checked in by kimoto, 11 years ago (diff)

#2275 PEAR更新
不要なrequire_onceの削除
レガシーなPEARモジュールは使わない
SearchReplace?.phpのパスが間違っているので修正

Line 
1<commands version="1.0">
2 <list>
3  <summary>List Installed Packages In The Default Channel</summary>
4  <function>doList</function>
5  <shortcut>l</shortcut>
6  <options>
7   <channel>
8    <shortopt>c</shortopt>
9    <doc>list installed packages from this channel</doc>
10    <arg>CHAN</arg>
11   </channel>
12   <allchannels>
13    <shortopt>a</shortopt>
14    <doc>list installed packages from all channels</doc>
15   </allchannels>
16   <channelinfo>
17    <shortopt>i</shortopt>
18    <doc>output fully channel-aware data, even on failure</doc>
19   </channelinfo>
20  </options>
21  <doc>&lt;package&gt;
22If invoked without parameters, this command lists the PEAR packages
23installed in your php_dir ({config php_dir}).  With a parameter, it
24lists the files in a package.
25</doc>
26 </list>
27 <list-files>
28  <summary>List Files In Installed Package</summary>
29  <function>doFileList</function>
30  <shortcut>fl</shortcut>
31  <options />
32  <doc>&lt;package&gt;
33List the files in an installed package.
34</doc>
35 </list-files>
36 <shell-test>
37  <summary>Shell Script Test</summary>
38  <function>doShellTest</function>
39  <shortcut>st</shortcut>
40  <options />
41  <doc>&lt;package&gt; [[relation] version]
42Tests if a package is installed in the system. Will exit(1) if it is not.
43   &lt;relation&gt;   The version comparison operator. One of:
44                &lt;, lt, &lt;=, le, &gt;, gt, &gt;=, ge, ==, =, eq, !=, &lt;&gt;, ne
45   &lt;version&gt;    The version to compare with
46</doc>
47 </shell-test>
48 <info>
49  <summary>Display information about a package</summary>
50  <function>doInfo</function>
51  <shortcut>in</shortcut>
52  <options />
53  <doc>&lt;package&gt;
54Displays information about a package. The package argument may be a
55local package file, an URL to a package file, or the name of an
56installed package.</doc>
57 </info>
58</commands>
Note: See TracBrowser for help on using the repository browser.