Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: export dedent template utility #505

Closed
troywweber7 opened this issue Aug 31, 2022 · 2 comments
Closed

Suggestion: export dedent template utility #505

troywweber7 opened this issue Aug 31, 2022 · 2 comments

Comments

@troywweber7
Copy link

I just wanted to drop a suggestion to re-export the dedent function. It is helpful in writing help strings for a CLI.

import dedent from 'dedent';

const HELP_MESSAGE = dedent`
    Usage: ...
`
@antonmedv
Copy link
Collaborator

This seems useful. But zx is already really big.

Also in zx@dev you can use

zx —install script

@antonmedv
Copy link
Collaborator

#522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants