evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.66k stars 211 forks source link

chore: refactor commands interfaces #735

Closed mrexox closed 2 months ago

mrexox commented 2 months ago

Closes https://github.com/evilmartians/lefthook/issues/730

:broom: Summary

exec.Executor interface does not need duplicated RawExecute, this code is moved to system package.

Also refactored some naming.