js-beautify icon indicating copy to clipboard operation
js-beautify copied to clipboard

fix(cli): templating arguments getops

Open joshuachp opened this issue 8 months ago • 2 comments

Description

  • [x] Source branch in your fork has meaningful name (not main)

Fixes Issue:

The templating CLI parameter requires an argument for the template to use, but this cannot be passed since the getops definition is missing the = sign.

Before Merge Checklist

These items can be completed after PR is created.

(Check any items that are not applicable (NA) for this PR)

  • [ ] JavaScript implementation
  • [ ] Python implementation (NA if HTML beautifier)
  • [ ] Added Tests to data file(s)
  • [ ] Added command-line option(s) (NA if
  • [ ] README.md documents new feature/option(s)

joshuachp avatar Jun 17 '24 18:06 joshuachp