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 3a91a77 commit 06b4697Copy full SHA for 06b4697
crates/chat-cli/src/cli/chat/mod.rs
@@ -312,7 +312,7 @@ pub async fn chat(
312
if !crate::util::system_info::in_cloudshell() && !crate::auth::is_logged_in().await {
313
bail!(
314
"You are not logged in, please log in with {}",
315
- format!("{CHAT_BINARY_NAME} login",).bold()
+ format!("q login",).bold()
316
);
317
}
318
crates/chat-cli/src/cli/user.rs
@@ -190,7 +190,7 @@ impl RootUserSubcommand {
190
191
192
193
194
195
196
0 commit comments