?env:string array ->
Lwt_process.command ->
object
  method close : Unix.process_status Lwt.t
  method pid : int
  method stderr : Lwt_io.input_channel
  method stdin : Lwt_io.output_channel
  method stdout : Lwt_io.input_channel
end