1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

better process killing

This commit is contained in:
Jesse Duffield
2022-06-18 13:28:20 +10:00
parent a5821f5ec8
commit c9d891a913
9 changed files with 208 additions and 6 deletions

3
vendor/github.com/jesseduffield/kill/README.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Kill
Go package for killing processes across different platforms. Handles killing children of processes as well as the process itself.