Hi,
While not the most likely of scenarios, I'm having to write a lot of integration around existing command line tools and want a better way then passing strings/constants around.
While there are ample choices to go from command line arguments to structs etc, I'm not finding anything besides vanilla os/exec for command line construction.
Most encoding packagers go from a struct or the like and generate marshal the serialized item. Anyone seen this same thing but making an array of args consumable by exec?
- J