Skip to content

Commit da6d3f5

Browse files
committed
add commands to install dune
1 parent c2c1cee commit da6d3f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/command_api.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ module Internal = struct
154154
let init_opam = unit_handle "init-opam"
155155
let install_ocaml_dev = unit_handle "install-ocaml-dev"
156156
let open_utop = unit_handle "open-utop"
157+
let install_dune = unit_handle "install-dune"
157158
end
158159

159160
module Vscode = struct

src/command_api.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module Internal : sig
5555
val init_opam : (unit, unit) handle
5656
val install_ocaml_dev : (unit, unit) handle
5757
val open_utop : (unit, unit) handle
58+
val install_dune : (unit, unit) handle
5859
end
5960

6061
module Vscode : sig

0 commit comments

Comments
 (0)