cylc / cylc-flow

Cylc: a workflow engine for cycling systems.
https://cylc.github.io
GNU General Public License v3.0
335 stars 94 forks source link

`cylc clean --rm` - improve interactive message #4618

Open MetRonnie opened 2 years ago

MetRonnie commented 2 years ago

When using the --rm option to do a targeted clean, the message that comes up for interactive prompt suggests the entire workflow will be removed, which is a bit alarming.

$ cylc clean temp4 --rm .service
Would clean the following workflows:
  temp4/run1
Remove these workflows (y/n):

Pull requests welcome! This is an Open Source project - please consider contributing a bug fix yourself (please read CONTRIBUTING.md before starting any work though).

MetRonnie commented 2 years ago

Reopening as 8.x issue