source: trunk/library/PEAR/PEAR/Command/Mirror.xml @ 5146

Revision 5146, 617 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. Library: adicionando arquivos.

Line 
1<commands version="1.0">
2 <download-all>
3  <summary>Downloads each available package from the default channel</summary>
4  <function>doDownloadAll</function>
5  <shortcut>da</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  </options>
13  <doc>
14Requests a list of available packages from the default channel ({config default_channel})
15and downloads them to current working directory.  Note: only
16packages within preferred_state ({config preferred_state}) will be downloaded</doc>
17 </download-all>
18</commands>
Note: See TracBrowser for help on using the repository browser.