mte/unikernel/duniverse/dune_/bin/describe/describe.mli

10 lines
180 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
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