Module Superbol_free_lib.Command_util
val section_name : string
val about : Ezcmd.V2.EZCMD.TYPES.block list -> Ezcmd.V2.EZCMD.TYPES.block list
type line =
| LINE of int
| CYCLE of {
pos : int;
size : int;
count : int;
}
val detect_cycle : string -> unit
val util_detect_cycle_cmd : Ezcmd.V2.EZCMD.TYPES.sub
val util_wc_cmd : Ezcmd.V2.EZCMD.TYPES.sub