Skip to content

Commit

Permalink
Fix the polymer logo on cli help header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Baldwin committed Jun 25, 2018
1 parent dd1c8bb commit 874ed51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/cli/src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ const CLI_DESCRIPTION = 'The multi-tool for Polymer projects';
const CLI_USAGE = 'Usage: \`polymer <command> [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 {
Expand Down

0 comments on commit 874ed51

Please sign in to comment.