Module type Service_command.T

module type T = sig .. end

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