Skip to content

Commit

Permalink
Merge pull request #4 from oltoko/line-break
Browse files Browse the repository at this point in the history
added new line at the end
  • Loading branch information
oltoko authored Sep 2, 2024
2 parents 5310ee5 + f17851e commit c7f64fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mangpt"
version = "0.2.0"
version = "0.2.1"
description = "CLI program to ask ChatGPT how to use other CLI programs"
authors = ["Oliver Koch <oltoko@gmail.com>"]
repository = "https://github.com/oltoko/mangpt"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
};

chatgpt::fetch_answer(config, tool, question).await?;
println!();

Ok(())
}

0 comments on commit c7f64fc

Please sign in to comment.