Skip to content

Commit 75280bf

Browse files
committed
command output color
1 parent fd71a76 commit 75280bf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

composer.json

-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
"Mrsuh\\PhpGenerics\\": "src/"
88
}
99
},
10-
"autoload-dev": {
11-
"psr-4": {
12-
"MyNamespace\\": [
13-
"tests/cache/",
14-
"tests/src/"
15-
]
16-
}
17-
},
1810
"extra": {
1911
"class": "Mrsuh\\PhpGenerics\\Plugin\\ComposerPlugin"
2012
},

src/Command/DumpCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8383

8484
$timeFin = microtime(true);
8585
$this->getIO()->write(sprintf(
86-
"Generated %d concrete classes in %.3f seconds, %.3f MB memory used",
86+
"<info>Generated %d concrete classes in %.3f seconds, %.3f MB memory used</info>",
8787
$filesCount,
8888
$timeFin - $timeStart,
8989
memory_get_usage(true) / 1024 / 1024)

0 commit comments

Comments
 (0)