]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
fc9644843b08355c9d0ec86b14bb2108bbb5094b
[ikiwiki.git] / doc / bugs / ikiwiki_lacks_a_--quiet.mdwn
1 When building ikiwiki in the background, having a --quiet which will only
2 report errors would be nice. -- RichiH
3
4 > Except for building wrappers, and possibly progress cruft output to
5 > stderr by git (gag), ikiwiki is quiet by default. --[[Joey]]
6
7 >> Correct, which means it's not quite quiet:
8
9     % ikiwiki --setup foo --rebuild
10     generating wrappers..
11     successfully generated foo
12     successfully generated foo
13     rebuilding wiki..
14     scanning [...]
15     [...]
16     building [...]
17     [...]
18     done
19
20 Yes, I can simply redirect the output, but an option would be cleaner, imo. -- Richard