package command_rpc

  1. Overview
  2. Docs
type t =
  1. | Default
    (*

    semantics depend on new_fds_for_rpc. If new_fds_for_rpc = false, stdout is merged with stderr, and then handled however stderr is handled (see Stderr_handling). If new_fds_for_rpc = true, then stdout is propagated.

    *)
  2. | Propagate_stdout
  3. | Custom of Async.Reader.t -> unit Async.Deferred.t
val default : t

Default, semantics depend on new_fds_for_rpc

OCaml

Innovation. Community. Security.