In Windows, command output is not displayed in terminal, even with the simple task below.
@task
def test():
"""output test"""
run('echo hello invoke')
The --echo command line option also doesn't work in Windows.
Things are fine in Linux though.
Windows 7 32bit, Python 2.7.9, Invoke 0.9.0