1 When building ikiwiki in the background, having a --quiet which will only
2 report errors would be nice. -- RichiH
4 > Except for building wrappers, and possibly progress cruft output to
5 > stderr by git (gag), ikiwiki is quiet by default. --[[Joey]]
7 >> Correct, which means it's not quite quiet:
9 % ikiwiki --setup foo --rebuild
11 successfully generated foo
12 successfully generated foo
20 Yes, I can simply redirect the output, but an option would be cleaner, imo. -- Richard