Proper exit code. Issue #52

This commit is contained in:
Andrés Montañez
2014-08-06 21:43:29 -03:00
parent 8df5534470
commit 5d728a9105
14 changed files with 72 additions and 18 deletions
+1
View File
@@ -28,6 +28,7 @@ abstract class AbstractCommand
/**
* Runs the Command
* @return integer exit code
* @throws \Exception
*/
public abstract function run();