We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c2935 commit f20ddb3Copy full SHA for f20ddb3
bin/rpc/rpc_common.mli
@@ -18,8 +18,6 @@ val request_exn
18
(** Cmdliner term for a generic RPC client. *)
19
val client_term : Common.Builder.t -> (unit -> 'a Fiber.t) -> 'a
20
21
-val establish_client_session : wait:bool -> Dune_rpc_client.Client.Connection.t Fiber.t
22
-
23
(** Cmdliner argument for a wait flag. *)
24
val wait_term : bool Cmdliner.Term.t
25
0 commit comments