Ophestra Umiker
000607da5f
This method of passing arguments is used in bubblewrap as well as other tools, this commit separates the argument builder/writer to the helper package and generalise it as an interface. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
5 lines
97 B
Go
5 lines
97 B
Go
/*
|
|
Package helper runs external helpers and manages their status and args FDs.
|
|
*/
|
|
package helper
|