Closed imbolc closed 1 year ago
It doesn't seem like a big deal to me, and I hesitate to promote that default_bar()
is "more" default than default_spinner()
(although it probably is?). @chris-laplante any thoughts?
It doesn't seem like a big deal to me, and I hesitate to promote that
default_bar()
is "more" default thandefault_spinner()
(although it probably is?). @chris-laplante any thoughts?
I would agree - seems too opinionated to me.
Maybe we implement
Default
forProgressStyle
usingProgressStyle::default_bar
? It would make possibleunwrap_or_default
instead ofProgressStyle::with_template(...)).unwrap_or_else(|_| ProgressStyle::default_bar())
.