Skip to content

Commit 0f7c66d

Browse files
committed
default flag value to True
1 parent 55abefd commit 0f7c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Options/BuildParser.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ buildOptsParser cmd =
7171
help
7272
"Like --file-watch, but polling the filesystem instead of using events") <|>
7373
pure NoFileWatch) <*>
74-
switch
74+
flag True True
7575
(long "watch-all" <>
7676
help "Watch all local files not taking targets into account") <*>
7777
many (cmdOption

0 commit comments

Comments
 (0)