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