pub fn run(args: Vec<String>)Expand description
Entry point: interpret args (everything after argv[0]) and run the chosen
transport. Any unrecognised first token falls through to native-messaging
mode, because Chrome launches the host with extension-origin arguments we
must ignore.