pub fn run(args: Vec<String>, cx: &mut Cx) -> u8
Runs wt with the given command-line arguments (excluding argv[0]), writing through the provided Cx, and returns the process exit code.
wt
argv[0]
Cx