Skip to content

Commit 9ae9239

Browse files
authored
fix(chat): remove unneeded . characters from welcome message (#1083)
Align with other help text.
1 parent 1384e6a commit 9ae9239

File tree

1 file changed

+4
-4
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+4
-4
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ const WELCOME_TEXT: &str = color_print::cstr! {"
104104
• Write unit tests for my application.
105105
• Help me understand my git status
106106
107-
<em>/tools</em> <black!>View and manage tools and permissions.</black!>
108-
<em>/issue</em> <black!>Report an issue or make a feature request.</black!>
107+
<em>/tools</em> <black!>View and manage tools and permissions</black!>
108+
<em>/issue</em> <black!>Report an issue or make a feature request</black!>
109109
<em>/profile</em> <black!>(Beta) Manage profiles for the chat session</black!>
110110
<em>/context</em> <black!>(Beta) Manage context files for a profile</black!>
111111
<em>/help</em> <black!>Show the help dialogue</black!>
@@ -121,10 +121,10 @@ const HELP_TEXT: &str = color_print::cstr! {"
121121
122122
<cyan,em>Commands:</cyan,em>
123123
<em>/clear</em> <black!>Clear the conversation history</black!>
124-
<em>/issue</em> <black!>Report an issue or make a feature request.</black!>
124+
<em>/issue</em> <black!>Report an issue or make a feature request</black!>
125125
<em>/help</em> <black!>Show this help dialogue</black!>
126126
<em>/quit</em> <black!>Quit the application</black!>
127-
<em>/tools</em> <black!>View and manage tools and permissions.</black!>
127+
<em>/tools</em> <black!>View and manage tools and permissions</black!>
128128
<em>help</em> <black!>Show an explanation for the trust command</black!>
129129
<em>trust</em> <black!>Trust a specific tool for the session</black!>
130130
<em>untrust</em> <black!>Revert a tool to per-request confirmation</black!>

0 commit comments

Comments
 (0)