Closed
Description
Is your feature request related to a problem? Please describe.
Currently, the CLI cannot be easily killed with ctrl + c
.
Describe the solution you'd like
Stop handling the SIGINT signals and let the nodejs do the job.
Describe alternatives you've considered
Extract a common helpers for managing the timeouts, intervals and child processes and keep the exit logic in a single place.