Bug in cli.py, fix to runSync method
The call to run that is made in cli.runSync does not pass along the update_display parameter, even though runSync accepts it as a parameter. This fix passes the value of update_display to the run method.
The call to run that is made in cli.runSync does not pass along the update_display parameter, even though runSync accepts it as a parameter. This fix passes the value of update_display to the run method.