shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
902 stars 28 forks source link

fix(cli): use yargs, pretty should be optional #58

Closed shellscape closed 8 months ago

shellscape commented 8 months ago

Component / Package Name:

This PR contains:

Are tests included?

Breaking Changes?

If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

This switches up the CLI to use yargs-parser as parseArgs builtin is just lacking. Also makes pretty print optional and false by default, as was intended.