]> granicus.if.org Git - php/commit
* refactored the command/options code:
authorStig Bakken <ssb@php.net>
Sun, 12 May 2002 21:09:04 +0000 (21:09 +0000)
committerStig Bakken <ssb@php.net>
Sun, 12 May 2002 21:09:04 +0000 (21:09 +0000)
commit3bc12ac2423f9e8af5d1481b9e997662d1e248f6
tree5ea3e615734f330960d285f74ea15f1c466d831e
parentd7e00e32850a92533afc1c64400f6a81183d4cc9
* refactored the command/options code:
  - now each command class should define a "commands" property with
    documentation, option specs etc.
  - both long and short options are now supported
  - after recent changes to Console_Getopt, you may now have options
    to commands even though the same option is also valid for the pear
    command itself
  - less CLI-centric, better suited to Gtk and Web frontends
pear/PEAR/Command.php
pear/PEAR/Command/Common.php
pear/PEAR/Command/Install.php
pear/PEAR/Installer.php
pear/scripts/pear.in