djgroen / FabSim3

Python 3 version of FabSim
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Adding a 'quiet'-option to rsync_project #275

Closed jomichaelis closed 6 months ago

jomichaelis commented 6 months ago

rsync allows to transfer files and provided the flat --quiet. For use of the function rsync_project in an external plugin, it would be desirable to make use of the function while hiding the output of the rsync-command. Therefore, the function may be equipped with an additional parameter 'quiet', which sets this flag accordingly.