commander-cli / commander

Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
MIT License
226 stars 19 forks source link

Add proper error handling and coroutine cancellation #182

Open SimonBaeumer opened 2 years ago

SimonBaeumer commented 2 years ago

To exit early on errors (i.e. missing addresses) go routines should be cancelled if an error occured. Also all routines should be cancelled gracefully on SIGTERM and SIGINT signals.