Improve CLI; fix Ruby integration

This commit is contained in:
Wilson Lin 2021-01-08 01:58:31 +11:00
commit 9b2a348fd4
4 changed files with 15 additions and 5 deletions

View file

@ -31,7 +31,7 @@ Precompiled binaries are available for x86-64 Linux, macOS, and Windows.
Use the `--help` argument for more details.
```bash
minify-html --src /path/to/src.html --out /path/to/output.min.html
minify-html --src /path/to/src.html --out /path/to/output.min.html --css --js
```
### API