fix/empty-wheelbarrows¶
Empties all wheelbarrows which contain rocks that have become ‘stuck’ in them.
This works around the issue encountered with Bug 6074, and should be run if you notice wheelbarrows lying around with rocks in them that aren’t being used in a task. This script is set to run periodically by default in gui/control-panel.
Usage¶
fix/empty-wheelbarrows [<options>]
Examples¶
fix/empty-wheelbarrowsEmpties all items, listing all wheelbarrows emptied and their contents.
fix/empty-wheelbarrows --dry-runLists all wheelbarrows that would be emptied and their contents without performing the action.
fix/empty-wheelbarrows --quietDoes the action while suppressing output to console.
Options¶
-q,--quietSuppress console output (final status update is still printed if at least one item was affected).
-d,--dry-runDry run, don’t commit changes.