We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728d117 commit 0032dbaCopy full SHA for 0032dba
1 file changed
packages/utils/src/lib/format-command-log.ts
@@ -22,7 +22,7 @@ export function formatCommandLog(
22
? [ansis.italic(ansis.gray(execDir))]
23
: []),
24
ansis.yellow('$'),
25
- ansis.cyan(command),
26
- ansis.dim(args.map(arg => arg).join(' ')),
+ ansis.gray(command),
+ ansis.gray(args.map(arg => arg).join(' ')),
27
].join(' ');
28
}
0 commit comments