seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
78 stars 10 forks source link

Added watch subcommand #123

Closed Stefanuk12 closed 11 months ago

Stefanuk12 commented 1 year ago

This adds a simple watch command that automatically runs the process command whenever a file change / creation is found. It can be optimised by getting the process_options within the watch subcommand and passing it into the process command but I did not do this. Let me know if you would like that implemented.

Closes #98