We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55abefd commit 0f7c66dCopy full SHA for 0f7c66d
src/Stack/Options/BuildParser.hs
@@ -71,7 +71,7 @@ buildOptsParser cmd =
71
help
72
"Like --file-watch, but polling the filesystem instead of using events") <|>
73
pure NoFileWatch) <*>
74
- switch
+ flag True True
75
(long "watch-all" <>
76
help "Watch all local files not taking targets into account") <*>
77
many (cmdOption
0 commit comments