Conversation
There was a problem hiding this comment.
So, if NOT in interactive mode, this won't prompt the user at all?
If that is the case, we had a mis-communication. I think no matter what, the user should be asked once to confirm that that want to delete all the files.
Optionally (if you want to do more work for this PR), Interactive mode will prompt once per file that will be deleted.
|
@marksiemers understood, I'll follow up with a modification for the behaviour you've described + I'll resolve the failing CI build. |
Also includes destroyed/skipped messages
|
@marksiemers the behaviour implemented by this PR should now match your expectations. I'm still to follow up with a spec. I believe the currently failing test is resolved by #10. |
|
@mosop - Can this be merged or closed? I realize some conflicts will have to be resolved in order to merge, but if it's just going to be closed, no need to resolve them. |
|
@aaronstillwell @marksiemers can you resolve the conflicts? I can merge. |
Prompt is provided for deleting files when in interactive mode as per my discussion with @marksiemers
An accompanying spec will follow shortly