Replies: 1 comment
-
|
Hey, just refactored the API in #1306 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to call
git-cliffin my program, so I add thegit-cliffcrate and callgit_cliff::run(), then printed the result to the command line.Now I want to capture the outputs in my program, like
let result: String = git_cliff::run();, but it seems that the crate does not provide such an interface.I tried using
git-cliff-core, but I found that the logic for converting commits into releases is implemented ingit-cliffcrate and is not export as a public method. Is there any ways to implement it?Beta Was this translation helpful? Give feedback.
All reactions