summaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
blob: fc9644843b08355c9d0ec86b14bb2108bbb5094b (plain)

When building ikiwiki in the background, having a --quiet which will only 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