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 5947aa8 commit c5fbcc0Copy full SHA for c5fbcc0
crates/chat-cli/src/cli/chat/commands/mod.rs
@@ -7,6 +7,7 @@ pub mod handler;
7
pub mod help;
8
pub mod issue;
9
pub mod profile;
10
+pub mod prompts;
11
pub mod quit;
12
pub mod test_utils;
13
pub mod tools;
0 commit comments