I've developed ProHelper - a helper for running long processes when working on the Avrdude app. It allows you to run an external process of some sort in background, write to its stdio and read its stdout, track its progress and terminate it when needed. However, we need to improve it so that other developers can use it more conveniently:
I've developed
ProHelper- a helper for running long processes when working on the Avrdude app. It allows you to run an external process of some sort in background, write to its stdio and read its stdout, track its progress and terminate it when needed. However, we need to improve it so that other developers can use it more conveniently:use_terminal=Falsebecause I didn't implement that part and only needed running stuff with a terminal)shell=Truecovered with testsProcessHelper?