Module Cli.ChannelSource

The channel the server shold use to listen for connections

Sourcetype t =
  1. | Stdio
  2. | Pipe of string
    (*

    A path to the unix domain socket or windows pipe

    *)
  3. | Socket of int
    (*

    A tcp connection on localhost with the port number

    *)