forked from phalcon/phalcon-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Proposals
theDisco edited this page Sep 27, 2012
·
4 revisions
Right now Devtools became a bundle of different scripts. We have bash completion, we have shell scripts, we have resources etc.
Right now, the only way to use Devtools is to create a project using Devtools or create a .phalcon directory in the root path of the application. init command should take care of that if I have en existing project and just want to use Devtools.
This one is self explanatory but extremely useful.
Right now, if you execute just phalcon without providing a command, an error will be displayed. Default behavior should be a help message.
As stated here
some people execute commands in the wrong directory. Messages displayed by Devtools have to be more verbose and provide more help to the end user.