PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Console » Console_Getargs » Bug #2409

Hehe, first feature request

Details

Request #2409Hehe, first feature request
Submitted2004-09-28 15:14 UTC
Frombmansion at mamasam dot com
Assignedscottmattocks
StatusClosed
PackageConsole_Getargs
PHP VersionIrrelevant
OSDarwin
Roadmaps(Not assigned)

Comments

[2004-09-28 15:14 UTC] bmansion at mamasam dot com

Description:
------------
Just in case the new maintainers are bored, here are some feature requests I got from other developers ;)

Ex: Parse args like '-dt' => switch 'd' and switch 't' are set instead of switch 'dt' is set only. This will probably require a lookup in the config array to make sure there is no 'dt' short/long switch.

Good luck :)