Ticket #480 (new enhancement)
Implement Console Request, Routing, Response etc
| Reported by: | mailing_lists@… | Owned by: | david |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | _OTHER_ | Version: | |
| Severity: | major | Keywords: | console commandline |
| Cc: | Patch attached: | no |
Description
This is my stab at implementing a console request/routing/response. With routing, the command gets called like this:
cli.php <command> -param1 paramvalue1 -param2 -param3 paramvalue3
Without routing, the call is like this:
cli.php <module.action> -param1 paramvalue1 -param2 -param3 paramvalue3
All arguments that start with a dash(-) or double dash (--) will be regarded as paramname and the following argument as param value if it does not start with a dash or double dash. Parameters that have no following argument will be set to "true" to indicate that they have been passed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

