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).
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.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).