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 89e14c3 commit 21a295eCopy full SHA for 21a295e
crates/chat-cli/src/cli/chat/cli/reply.rs
@@ -1,9 +1,16 @@
1
use clap::Args;
2
use crossterm::execute;
3
-use crossterm::style::{self, Color};
+use crossterm::style::{
4
+ self,
5
+ Color,
6
+};
7
8
use super::editor::open_editor;
-use crate::cli::chat::{ChatError, ChatSession, ChatState};
9
+use crate::cli::chat::{
10
+ ChatError,
11
+ ChatSession,
12
+ ChatState,
13
14
15
/// Arguments to the `/reply` command.
16
#[deny(missing_docs)]
0 commit comments