Skip to content

Commit

Permalink
added new line at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
oltoko committed Sep 2, 2024
1 parent 5310ee5 commit f17851e
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 f17851e

Please sign in to comment.