-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the default behavior when --watch flag is not present #307
Comments
Thanks for the ticket! The short answer is that the default value is If a file argument is given ( Lines 132 to 139 in 56db4fb
I also have a long-standing TODO to copy some of |
Good question. I would expand that to "watch for changes to *.hs files in src directory or any of its subdirectories (recursively)" (or whatever is actually true) Originally I was looking for it under --watch flag's documentation
|
Describe the feature you’d like to be implemented
It would be nice to mention (maybe in --help, but definitely in docs) what exactly is being watched when
--watch
flag is not specified.Is cabal file included in the watching by default? It seems to me that there are no reloads on cabal file changes (in which case this is a bug report). Is it all .hs files found in current directory?
List alternatives to the feature and their pros and cons
No response
Additional context
Thank you for opensourcing this great tool, I switched my project to it from ghcid and I'm excited it fixes many issues that I had with ghcid
The text was updated successfully, but these errors were encountered: