Daniel Harris

Results 3 issues of Daniel Harris

Changed `commands` and `os.system` in favour of the `subprocess` module. Old versions are still supported, so this shouldn't break any code. `commands` is completely gone in python 3 and `os.system`...

Using `-dmS` From what I can tell, this works exactly as the old (create & attach --> wait --> detach), just better and more reliably.

I've run into a few situations while using adze where I wish I had a way to modify or intercept the log data before it is terminated. Something like this...

enhancement