shake: don't echo commands by default

[ci skip]
This commit is contained in:
Simon Michael 2019-03-06 08:39:43 -08:00
parent 247cb4e1ad
commit 9333cfe28b

View File

@ -126,10 +126,12 @@ main = do
wikipagefilenames <- map dropExtension . filter (".md" `isSuffixOf`) <$> S.getDirectoryContents wikidir
shakeArgs
shakeOptions{
shakeVerbosity=Loud
shakeOptions
{
shakeVerbosity=Quiet
-- ,shakeReport=[".shake.html"]
} $ do
}
$ do
want ["help"]