-
-
Notifications
You must be signed in to change notification settings - Fork 253
-
I want to call git-cliff
in my program, so I add the git-cliff
crate and call git_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 in git-cliff
crate and is not export as a public method. Is there any ways to implement it?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment