php-src/pear/PEAR/Command
Stig Bakken dfa3b671f7 * Implemented "shell-test" command for writing shell scripts that check
whether a package is installed.  Example of use:

    if ! pear shell-test Net_Socket; then
        echo "You don't have the Net_Socket package installed!" >&2
        exit 1
    fi
2002-04-02 09:20:28 +00:00
..
Auth.php added help 2002-04-01 15:23:46 +00:00
Common.php Go with the help system 2002-04-01 14:32:40 +00:00
Config.php Added layer checks and reorganize a little the code 2002-04-01 19:16:01 +00:00
Install.php typo 2002-04-01 19:17:59 +00:00
Package.php Go with the help system 2002-04-01 14:32:40 +00:00
Registry.php * Implemented "shell-test" command for writing shell scripts that check 2002-04-02 09:20:28 +00:00
Remote.php * implemented "pear list-upgrades", which will show you what releases 2002-03-29 02:41:28 +00:00