-
Hi, 👋. Why is it that, unlike nvim/configs on master [!⇕]
🦄 git-cliff --tag v2.2.0 --output CHANGELOG.md --workdir .
ERROR git_cliff > Git error: `could not find the repository at '.'; class=Repository (6); code=NotFound (-3)`
nvim/configs on master [!⇕]
🙊 git-cliff --tag v2.2.0 --output CHANGELOG.md --workdir ..
WARN git_cliff > "../cliff.toml" is not found, using the default configuration. The first command fails because it runs in nvim/configs on master [!?⇕]
🦄 git status
On branch master
Your branch and 'origin/master' have diverged, It works from any location. Why must it be executed from the root directory? The implementation would be similar to https://github.com/azzamsa/toor/blob/579ecc9a113a2a66dd5f46a4986786251420ec1b/src/project.rs#L20 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
This should be easily fixed, but don't do it by searching for |
Beta Was this translation helpful? Give feedback.
-
Hello!
It makes sense to have this feature so please go ahead! As @alerque mentioned, this should be handled with |
Beta Was this translation helpful? Give feedback.
-
@azzamsa Any movement on this? Just curious if any progress has been made here. |
Beta Was this translation helpful? Give feedback.
-
Implemented in #975 |
Beta Was this translation helpful? Give feedback.
Implemented in #975