1. How to Implement a PHP Command Line Tool with Auto-Complete Support for the Argument Values
Sometimes it is necessary to execute commands from the console command line to execute maintenance tasks in the server on which a PHP application is running.
Some of those tasks as run by typing the name of commands and their parameters in the console. For us humans it is hard to remember all the names of the commands their parameter names.
This package can help to remember the command parameters by allowing to type the commands and provide auto-complete aid to help remember the right name of the parameters.
More ... Post a comment See comments (0) Trackbacks (0)
Some of those tasks as run by typing the name of commands and their parameters in the console. For us humans it is hard to remember all the names of the commands their parameter names.
This package can help to remember the command parameters by allowing to type the commands and provide auto-complete aid to help remember the right name of the parameters.
More ... Post a comment See comments (0) Trackbacks (0)