We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249603 commit 183b757Copy full SHA for 183b757
lib/commands/list.js
@@ -85,7 +85,7 @@ cmd.handler = function(argv) {
85
let len = 0;
86
for (let x of badges) {
87
if (len + x.length + 3 >= 60) {
88
- log.printf('%12s%s', ' ', chalk.dim(buf.join(' | ')));
+ log.printf('%12s%s', ' ', chalk.gray(buf.join(' | ')));
89
buf = [];
90
len = 0;
91
}
0 commit comments