mirror of
https://github.com/chenasraf/massarg.git
synced 2026-05-18 01:39:05 +00:00
feat: don't auto-wrap footer text
This commit is contained in:
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -42,7 +42,7 @@ devDependencies:
|
|||||||
version: 29.1.2(@babel/core@7.23.9)(jest@29.7.0)(typescript@5.3.3)
|
version: 29.1.2(@babel/core@7.23.9)(jest@29.7.0)(typescript@5.3.3)
|
||||||
ts-node:
|
ts-node:
|
||||||
specifier: ^10.9.2
|
specifier: ^10.9.2
|
||||||
version: 10.9.2(@types/node@20.11.5)(typescript@5.3.3)
|
version: 10.9.2(@types/node@20.11.10)(typescript@5.3.3)
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.3.3
|
specifier: ^5.3.3
|
||||||
version: 5.3.3
|
version: 5.3.3
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ export class HelpGenerator {
|
|||||||
indent(options),
|
indent(options),
|
||||||
]),
|
]),
|
||||||
examples.length &&
|
examples.length &&
|
||||||
indent(['', format('Examples:', this.config.subtitleStyle), '', indent(examples)]),
|
indent(['', format('Examples:', this.config.subtitleStyle), '', indent(examples)]),
|
||||||
footerText.length && ['', format(footerText, this.config.descriptionStyle)],
|
footerText.length && ['', format(footerText, this.config.descriptionStyle)],
|
||||||
) + '\n'
|
) + '\n'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user