Module type Core_service_command.T

module type T = sig .. end

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