aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki_lacks_a_--quiet.mdwn
blob: fc9644843b08355c9d0ec86b14bb2108bbb5094b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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