array( 'summary' => 'List Installed Packages In The Default Channel', 'function' => 'doList', 'shortcut' => 'l', 'options' => array( 'channel' => array( 'shortopt' => 'c', 'doc' => 'list installed packages from this channel', 'arg' => 'CHAN', ), 'allchannels' => array( 'shortopt' => 'a', 'doc' => 'list installed packages from all channels', ), ), 'doc' => ' If invoked without parameters, this command lists the PEAR packages installed in your php_dir ({config php_dir}). With a parameter, it lists the files in a package. ', ), 'list-files' => array( 'summary' => 'List Files In Installed Package', 'function' => 'doFileList', 'shortcut' => 'fl', 'options' => array(), 'doc' => ' List the files in an installed package. ' ), 'info' => array( 'summary' => 'Display information about a package', 'function' => 'doInfo', 'shortcut' => 'in', 'options' => array(), 'doc' => ' Displays information about a package. The package argument may be a local package file, an URL to a package file, or the name of an installed package.' ), 'sync' => array( 'summary' => 'Synchronize Manually Installed Packages', 'function' => 'doSync', 'shortcut' => 'snc', 'options' => array(), 'doc' => ' Synchronize manually installed package info with local cache.' ), 'sync-pear' => array( 'summary' => 'Synchronize already Installed Packages by pear', 'function' => 'doSyncPear', 'shortcut' => 'sncp', 'options' => array(), 'doc' => ' Synchronize already Installed Packages by pear.' ) );