mte/unikernel/duniverse/dune_/bin/describe/describe.mli
2025-11-11 02:07:51 +01:00

9 lines
180 B
OCaml

open Import
(** Command group for dune describe *)
val group : unit Cmd.t
module Show : sig
(** Command group for dune show (alias of describe) *)
val group : unit Cmd.t
end