Skip to content

Commit 46e6596

Browse files
committed
Update cli/chat binary names
1 parent 5f4c5d2 commit 46e6596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/chat-cli/src/util/consts.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// TODO(brandonskiser): revert back to "qchat" for prompting login after standalone releases.
2-
pub const CLI_BINARY_NAME: &str = "q";
3-
pub const CHAT_BINARY_NAME: &str = "qchat";
2+
pub const CLI_BINARY_NAME: &str = "kiro-cli";
3+
pub const CHAT_BINARY_NAME: &str = "kiro-cli-chat";
44

55
pub const GITHUB_REPO_NAME: &str = "aws/amazon-q-developer-cli";
66

0 commit comments

Comments
 (0)