-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `--strip-comments` now takes an optional argument to strip comments given a custom comment prefix. (e.g., `--strip-comments #` will strip lines starting by `#` from the input). It defaults to `//` for compatibility. - `--comment-prefix`, which was used for the above functionality, now enables choosing a comment prefix *for the output*
- Loading branch information
1 parent
ad763d8
commit 29b747b
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters