Skip to content

Commit

Permalink
chore(cli): remove redundant example (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Sep 14, 2024
1 parent bcde009 commit 402af07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const u = (text: string) => `${format(text).underline()}`;
const d = (text: string) => `${format(text).dim()}`;

const options = i('[--options]');
const option = i('[--option]');
const paths = i('[paths]');
const path = i('[path]');
const bullet = d('●');
const summary: [string, string][] = [
['--bun', 'Enforce tests to run through Bun.'],
Expand Down Expand Up @@ -49,7 +47,6 @@ const header = `
poku ${options} ${paths}
poku ${paths} ${options}
poku ${option} ${path} ${option} ${path}
${u(b('Ensuring platforms:'))}
Expand Down

0 comments on commit 402af07

Please sign in to comment.