We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c704d commit 27777c6Copy full SHA for 27777c6
crates/chat-cli/src/cli/chat/custom_spinner.rs
@@ -26,7 +26,7 @@ impl Spinners {
26
pb.set_style(
27
ProgressStyle::default_spinner()
28
.tick_chars(SPINNER_CHARS)
29
- .template("{spinner:.green} {msg}")
+ .template("{spinner} {msg}")
30
.unwrap(),
31
);
32
pb.set_message(message);
0 commit comments