Skip to content

Commit

Permalink
fix(cli): templating arguments getops (#2280)
Browse files Browse the repository at this point in the history
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.

Co-authored-by: Liam Newman <[email protected]>
  • Loading branch information
joshuachp and bitwiseman authored Dec 5, 2024
1 parent aef38b4 commit 5460c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jsbeautifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main():
"space-in-empty-paren",
"space-in-paren",
"stdin",
"templating",
"templating=",
"unescape-strings",
"usage",
"version",
Expand Down

0 comments on commit 5460c97

Please sign in to comment.