module type T = sig .. end
sig
end
val slot_spec : unit -> (Core_service_command.slot -> 'm, 'm) Core_command.Spec.t
unit -> (Core_service_command.slot -> 'm, 'm) Core_command.Spec.t
type main
val main_spec : (foreground:bool -> main, unit) Core_command.Spec.t
(foreground:bool -> main, unit) Core_command.Spec.t
val main : Core_service_command.slot -> main
Core_service_command.slot -> main