Hi, is there a way to prevent fabric from prepending [hostname] to stdout?
I know I can do the following:
with hide('stdout'):
output = sudo('my command')
puts(output)# or print(output)
but then you don't see anything until the command has finished, and for a long
running command I want to see normal progress.
Miquel
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user
