From 4d61b3560816bcec513a864b6c091a2e8381438e Mon Sep 17 00:00:00 2001 From: Brendan Baldwin Date: Mon, 25 Jun 2018 15:01:56 -0700 Subject: [PATCH] Fix the polymer logo on cli help header. --- packages/cli/src/commands/help.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/cli/src/commands/help.ts b/packages/cli/src/commands/help.ts index fb42e2ad7..c62b2de37 100644 --- a/packages/cli/src/commands/help.ts +++ b/packages/cli/src/commands/help.ts @@ -33,14 +33,14 @@ const CLI_DESCRIPTION = 'The multi-tool for Polymer projects'; const CLI_USAGE = 'Usage: \`polymer [options ...]\`'; const HELP_HEADER = ` - ${b('/\\˜˜/')} ${m('/\\˜˜/')}${b('\\')} - ${b('/__\\/')} ${m('/__\\/')}${b('_\_\\')} ${CLI_TITLE} - ${b('/\\ /')} ${m('/\\ /')}${b('\\ /\\')} -${b('/__\\/')} ${m('/__\\/')} ${b('\\/__\\')} ${CLI_DESCRIPTION} -${b('\\ /\\')} ${m('/\\ /')} ${b('/\\ /')} - ${b('\\/__\\')}${m('/__\\/')} ${b('/__\\/')} ${CLI_USAGE} - ${b('\\')} ${m('/\\ /')} ${b('/\\ /')} - ${b('\\')}${m('/__\\/')} ${b('/__\\/')} + ${b('/\\\\˜˜/')} ${m('/\\\\˜˜/')}${b('\\\\')} + ${b('/__\\\\/')} ${m('/__\\\\/')}${b('__\\\\')} ${CLI_TITLE} + ${b('/\\\\ /')} ${m('/\\\\ /')}${b('\\\\ /\\\\')} +${b('/__\\\\/')} ${m('/__\\\\/')} ${b('\\\\/__\\\\')} ${CLI_DESCRIPTION} +${b('\\\\ /\\\\')} ${m('/\\\\ /')} ${b('/\\\\ /')} + ${b('\\\\/__\\\\')}${m('/__\\\\/')} ${b('/__\\\\/')} ${CLI_USAGE} + ${b('\\\\')} ${m('/\\\\ /')} ${b('/\\\\ /')} + ${b('\\\\')}${m('/__\\\\/')} ${b('/__\\\\/')} `; export class HelpCommand implements Command {