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 2dcb345 commit da88dbbCopy full SHA for da88dbb
crates/chat-cli/src/cli/chat/mod.rs
@@ -180,7 +180,7 @@ pub struct ChatArgs {
180
}
181
182
impl ChatArgs {
183
- pub async fn execute(self, os: &mut Os) -> Result<ExitCode> {
+ pub async fn execute(mut self, os: &mut Os) -> Result<ExitCode> {
184
let mut input = self.input;
185
186
if self.non_interactive && input.is_none() {
0 commit comments