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 f4f5970 commit 12f31e9Copy full SHA for 12f31e9
crates/chat-cli/src/cli/chat/cli/usage.rs
@@ -106,7 +106,7 @@ impl UsageArgs {
106
)),
107
// Context files
108
style::SetForegroundColor(Color::DarkCyan),
109
- // add a nice visual to mimic "tiny" progress, so the overral progress bar doesn't look too
+ // add a nice visual to mimic "tiny" progress, so the overrall progress bar doesn't look too
110
// empty
111
style::Print("|".repeat(if context_width == 0 && *context_token_count > 0 {
112
1
0 commit comments