Skip to content

Commit ed302ea

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular/cli): remove color from help epilogue
In some cases gray doesn't provide enough contrast. (cherry picked from commit 4fa039b)
1 parent fc72c62 commit ed302ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/src/command-builder/command-runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export async function runCommand(args: string[], logger: logging.Logger): Promis
147147
'deprecated: %s': colors.yellow('deprecated:') + ' %s',
148148
'Did you mean %s?': 'Unknown command. Did you mean %s?',
149149
})
150-
.epilogue(colors.gray('For more information, see https://angular.io/cli/.\n'))
150+
.epilogue('For more information, see https://angular.io/cli/.\n')
151151
.demandCommand(1, demandCommandFailureMessage)
152152
.recommendCommands()
153153
.middleware(normalizeOptionsMiddleware)

0 commit comments

Comments
 (0)