Note on oputil config cat

This commit is contained in:
Bryan Ashby 2018-11-20 21:02:01 -07:00
parent 3fd526da6f
commit c1c4f80a18
1 changed files with 3 additions and 0 deletions

View File

@ -56,3 +56,6 @@ cp ./config/config.hjson ./config/config.hjson.backup
```
You can always convert back to HJSON by omitting `-j` in the command above.
### oputil
You can easily dump out your current configuration in a pretty-printed style using oputil: ```./oputil.js config cat```