jeftadlvw / git-nest

Nest external repositories into your project without git being bothered.
https://github.com/jeftadlvw/git-nest
Apache License 2.0
1 stars 1 forks source link

🐛 Ctrl+C when entering login credentials during `add` won't delete lockfile #24

Closed jeftadlvw closed 1 month ago

jeftadlvw commented 2 months ago

When adding a module and pressing ctrl+c while entering credentials, the whole application is shutdown without deleting the lockfile. That's not so great behaviour and should be fixed.

Maybe it's a good solution to move the lockfile one control layer up or let the sigint command bubble down and (eventually) be cancable.