prometheus-lua/Prometheus

Print method?

CrxyScripter opened this issue · 2 comments

Is there any way to change the output method to print?

Do you mean that it doesn't create the obfuscated file, but instead prints it.
If so, you could modify the last 3 lines of src/cli.lua to print instead of writing a file.

Thanks!