flush output (useful with table formatter)

This commit is contained in:
Romain Bignon 2012-02-26 18:40:41 +01:00
commit dcd25b22eb

View file

@ -53,4 +53,6 @@ class WeboobCli(ReplApplication):
for backend, obj in self.do(cmd, *args):
self.format(obj)
self.flush()
return 0