Tea::ProgressBar
ProgressBar represents a terminal progress bar.
Constructors
Backward-compatible initializer used by older specs/examples.
new(state : Tea::ProgressBarState = ProgressBarState::None, value : Float64 = 0.0, max : Float64 = 100.0, label : String = "")
SourceInstance methods
label
Sourcemax
Sourcepercent
Sourcestate
Sourcestate=(state : ProgressBarState)
Sourcevalue
Source