pub fn run_command_args<A, C>(help: Help, cmd: C, args: Vec<OsString>) -> !where A: Args, C: Command<A, DefaultContext>,