pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.32k stars 365 forks source link

Update invoking-tasks.rst #874

Open jvilders opened 1 year ago

jvilders commented 1 year ago

Original output made it seem like the build task was being run again, but the pre-task of that (clean) was still being deduplicated. Running the example, in line with expectation, shows that the clean task is correctly also repeated if the --no-dedupe flag is set. This is purely a documentation fix.