Colored output for TTYs, props added
This commit is contained in:
@ -50,6 +50,9 @@ class Application
|
||||
$this->printHelp();
|
||||
return;
|
||||
}
|
||||
|
||||
log_info("MakePhar 2.0 - (c) 2016-2017, NoccyLabs");
|
||||
|
||||
if ($this->config->init) {
|
||||
if (!file_exists("composer.json")) {
|
||||
error_log("No composer.json in current directory");
|
||||
|
Reference in New Issue
Block a user