This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
13
unikernel/duniverse/dune_/bin/rpc/rpc_build.mli
Normal file
13
unikernel/duniverse/dune_/bin/rpc/rpc_build.mli
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
open! Import
|
||||
|
||||
(** Sends a command to an RPC server to build the specified targets and wait
|
||||
for the build to complete or fail. If [wait] is true then wait until an RPC
|
||||
server is running before making the request. Otherwise if no RPC server is
|
||||
running then raise a [User_error]. *)
|
||||
val build
|
||||
: wait:bool
|
||||
-> Dune_lang.Dep_conf.t list
|
||||
-> (Dune_rpc.Build_outcome_with_diagnostics.t, Dune_rpc.Response.Error.t) result Fiber.t
|
||||
|
||||
(** dune rpc build command *)
|
||||
val cmd : unit Cmdliner.Cmd.t
|
||||
Loading…
Add table
Add a link
Reference in a new issue