You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'~' (tilde) path expansion error when using style --option=~/....
For example, style like --repository=~/.config/REPO, always return error , but --repository ~/.config/REPO is fine.
I test bash and zsh, same error happens both of them. So it's my wrong usage, or it's a bug, or git-cliff don't support style like --option=... ?
To reproduce
choose any git repository REPO
run git --repository=~/.config/REPO
see the error ERROR git_cliff > IO error: repository path not found
Expected behavior
command exit successfully
Software information
OS Information: macos 12.6.8
Project Version: 1.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
'~' (tilde) path expansion error when using style
--option=~/...
.For example, style like
--repository=~/.config/REPO
, always return error , but--repository ~/.config/REPO
is fine.I test bash and zsh, same error happens both of them. So it's my wrong usage, or it's a bug, or git-cliff don't support style like
--option=...
?To reproduce
git --repository=~/.config/REPO
ERROR git_cliff > IO error: repository path not found
Expected behavior
command exit successfully
Software information
The text was updated successfully, but these errors were encountered: