]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE <Richard@web>
Fri, 15 Apr 2011 20:39:19 +0000 (16:39 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 15 Apr 2011 20:39:19 +0000 (16:39 -0400)
doc/bugs/ikiwiki_lacks_a_--quiet.mdwn

index c9351c860c847c6da275e72852dd984bee664abf..fc9644843b08355c9d0ec86b14bb2108bbb5094b 100644 (file)
@@ -3,3 +3,18 @@ report errors would be nice. -- RichiH
 
 > Except for building wrappers, and possibly progress cruft output to
 > stderr by git (gag), ikiwiki is quiet by default. --[[Joey]]
+
+>> Correct, which means it's not quite quiet:
+
+    % ikiwiki --setup foo --rebuild
+    generating wrappers..
+    successfully generated foo
+    successfully generated foo
+    rebuilding wiki..
+    scanning [...]
+    [...]
+    building [...]
+    [...]
+    done
+
+Yes, I can simply redirect the output, but an option would be cleaner, imo. -- Richard