[][src]Function task_hookrs::tw::save_to_cmd

pub fn save_to_cmd<'a>(tasks: Vec<&'a Task>, cmd: Command) -> Result<Child>

This function runs the given Command, pipes the tasks as JSON to it and returns a handle to the child process.