Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.88k stars 69 forks source link

feat(main): #84 verify the override shell path #85

Closed vanbeonhv closed 3 months ago

vanbeonhv commented 4 months ago

In case better-commits is installed in repository scope, fixed override shell path for users work with multi OS (window, linux) can lead to issue. So I add option to warning not existed path and still continue with default shell.

Everduin94 commented 3 months ago

Closing. Fixed in #88 - Regardless, thanks for the help! This PR helped put me on the right track for solving the original issue.