-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cylc clean
: rename --force
to --yes
#4675
Conversation
The second task on #4673 As for #4618, I've changed the multi workflow clean message -Would remove the following workflows:
+Would clean the following workflows: which is better because it doesn't explicitly say the whole run dir will be removed when you're only doing |
So closes #4618? |
I still think the prompt message is a bit alarming for targeted clean, perhaps the prompt could do with a slight rethink later on |
I think it's ok, to explain better we would need something like a dry run listing exactly what we would expect to be removed where (perfectly possible though probs a bit OTT). |
Very small scope, can single review this. |
These changes partially address #4673 and #4618
The
--force
behaviour is more of a--yes
than--force
, so rename it.--force
can come back later if we want to allow users to override the current "cannot clean" scenarios - see #4450Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.