Lsp.CliHandling of standard lsp server command line arguments
module Channel : sig ... endThe channel the server shold use to listen for connections
module Arg : sig ... endParsing of the standard commnad line arguments using Stdlib.Arg
val args : ?channel:Channel.t -> ?clientProcessId:int -> unit -> string listgenerate command line arguments that can be used to spawn an lsp client