Replies: 1 comment
-
A prompt is a good idea, added in e46f178. And there are several cleaning functions that are less extreme than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
targets
is an excellent framework, and has reduced code-complexity in my projects immeasurably.However, the
tar_destroy()
functions feels very heavy handed at the moment. It is single-use, and non-recoverable. If I (or a collaborator) accidentally types it our entire artefact history is gone.Have you considered adding a confirmation prompt to this function? I.e.,
tar_destroy()
-> "Are you sure?" -> Yes.Beta Was this translation helpful? Give feedback.
All reactions