Skip to content

Commit 4fa039b

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

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

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

0 commit comments

Comments
 (0)