Commit 34793c13 by Tobias Munk

added full display of command

parent 83575fc8
...@@ -90,7 +90,7 @@ class InstallHandler ...@@ -90,7 +90,7 @@ class InstallHandler
$opts = str_getcsv($rawCommand, ' '); // see http://stackoverflow.com/a/6609509/291573 $opts = str_getcsv($rawCommand, ' '); // see http://stackoverflow.com/a/6609509/291573
$request->setParams($opts); $request->setParams($opts);
list($command, $params) = $request->resolve(); list($command, $params) = $request->resolve();
echo "Running command: {$command}\n"; echo "Running command: yiic {$rawCommand}\n";
$application->runAction($command, $params); $application->runAction($command, $params);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment