Enable to log remote command outputs
A new key is added in the config: dump_results
. If you want to log all the
remote command outputs in a file, the associated config value must point to a
path in you local filesystem.
Being a config key, lets you define the behaviour globally:
set_config(dump_results=...)
or locally using a context manager: with set_config(dump_results=...)
Fix #124 (closed)