mysticatea / cpx

A cli tool to watch and copy file globs.
MIT License
524 stars 36 forks source link

Possibility of echoing a message #21

Closed inad9300 closed 8 years ago

inad9300 commented 8 years ago

I was wondering if an option could be added such that a message is printed to the terminal every time that the cpx gets executed.

With the current implementation, when you modify an HTML file, it is not possible to know how much to wait to refresh the browser (if for instance you happen to be doing web development).

Edit: I have missed the --verbose option, which is enough for my particular purpose. I'm closing the issue.