Skip to content

Commit b6d6583

Browse files
committed
feat: don't auto-wrap footer text
1 parent 1553cb7 commit b6d6583

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export class HelpGenerator {
325325
indent(options),
326326
]),
327327
examples.length &&
328-
indent(['', format('Examples:', this.config.subtitleStyle), '', indent(examples)]),
328+
indent(['', format('Examples:', this.config.subtitleStyle), '', indent(examples)]),
329329
footerText.length && ['', format(footerText, this.config.descriptionStyle)],
330330
) + '\n'
331331
)

0 commit comments

Comments
 (0)