jigarius / drall

A tool to run drush commands on multi-site Drupal installations.
GNU General Public License v3.0
33 stars 5 forks source link

Handle SIGINT gracefully #81

Closed jigarius closed 11 months ago

jigarius commented 1 year ago

Motivation

When running a command on multiple sites, the user might want to cancel the operation. Currently, when Ctrl + C is pressed, Drall stops immediately. It might make sense to finish at least the current operation before terminating.

Tasks