mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
7 lines
113 B
OCaml
7 lines
113 B
OCaml
(** Super simple progress bar *)
|
|
|
|
type t
|
|
|
|
val create : unit -> t
|
|
val tick : t -> unit
|
|
val clear_line : t -> unit
|