added command line options

This commit is contained in:
2022-06-09 11:59:23 -05:00
parent 6b5bf9783c
commit 6afcf5fdba

View File

@@ -27,5 +27,13 @@ Root
## Command Line Options
```text
--watch
alias: -w
automatically recompile on save
--minify
alias: -m
minify output files
--prettier
alias: -p
prettify output files
```