ghciwatch
ghciwatch copied to clipboard
Output to file
Describe the feature you’d like to be implemented
In ghcid I can have the console output also copied to a log file as text (not json log format) by adding an -o switch
e.g. ghcid --command 'cabal repl' pyrethrum --allow-eval --clear --no-height-limit '-o ghcid.log'
it would be great to have an equivalent feature in ghciwatch.
List alternatives to the feature and their pros and cons
No response
Additional context
I have found this feature very useful for debugging output which were long lists of pretty printed logs