Skip to content

Commit 0222bbd

Browse files
committed
fix: add help text
1 parent 63f8e97 commit 0222bbd

File tree

1 file changed

+3
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ const HELP_TEXT: &str = color_print::cstr! {"
269269
<em>rm</em> <black!>Remove file(s) from context [--global]</black!>
270270
<em>clear</em> <black!>Clear all files from current context [--global]</black!>
271271
<em>hooks</em> <black!>View and manage context hooks</black!>
272-
<em>/usage</em> <black!>Show current session's context window usage</black!>
272+
<em>/usage</em> <black!>Show current session's context window usage</black!>
273+
<em>/import</em> <black!>Import conversation state from a JSON file</black!>
274+
<em>/export</em> <black!>Export conversation state to a JSON file</black!>
273275
274276
<cyan,em>MCP:</cyan,em>
275277
<black!>You can now configure the Amazon Q CLI to use MCP servers. \nLearn how: https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/command-line-mcp.html</black!>

0 commit comments

Comments
 (0)