consoleur ~master (2017-11-14T20:07:03Z)
Dub
Repo
Progress
consoleur
cli
progress
class
Progress {
this
(
string
title
=
""
)
;
void
setTitle
(
string
title
)
;
void
setPercent
(
int
pct
)
;
}
Constructors
this
this
(
string
title
=
""
)
Constructor
Members
Functions
setPercent
void
setPercent
(
int
pct
)
Sets new progress bar percents
setTitle
void
setTitle
(
string
title
)
Sets new progress bar title
Meta
Source
See Implementation
consoleur
cli
progress
modules
password
progress
util