$ no-mistakes update
stderr:
warning: update will restart the daemon while 2 active pipeline runs are in progress
active pipeline runs:
  01KTG6BHNSBP6FSD2R7SGP6N55  running  feature-b  bbb22222
  01KTG6BHNSBP6FSD2R7R2XYQGR  pending  feature-a  aaa11111
continuing can cause these pipelines to fail
Continue with update and restart the daemon? [y/N] exit error: update cancelled because 2 active pipeline runs are in progress

$ no-mistakes update -y
stdout:
updated no-mistakes from v1.2.2 to v1.2.3
stderr:
warning: update will restart the daemon while 2 active pipeline runs are in progress
active pipeline runs:
  01KTG6BHP1M5HEA3HKDK7H5FT9  running  feature-b  bbb22222
  01KTG6BHP05BVDC565E6TQW9V1  pending  feature-a  aaa11111
continuing can cause these pipelines to fail
continuing because -y was provided
exit: 0

