This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/dune_/bin/rpc/rpc.ml
Normal file
16
unikernel/duniverse/dune_/bin/rpc/rpc.ml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
open Import
|
||||
|
||||
let info =
|
||||
let doc = "Dune's RPC mechanism. Experimental." in
|
||||
let man =
|
||||
[ `S "DESCRIPTION"
|
||||
; `P {|This is experimental. do not use|}
|
||||
; `Blocks Common.help_secs
|
||||
]
|
||||
in
|
||||
Cmd.info "rpc" ~doc ~man
|
||||
;;
|
||||
|
||||
let group = Cmd.group info [ Rpc_status.cmd; Rpc_build.cmd; Rpc_ping.cmd ]
|
||||
|
||||
module Build = Rpc_build
|
||||
Loading…
Add table
Add a link
Reference in a new issue