Replies: 1 comment
-
Yeah, I think it's time. Just added |
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.
-
Help
Description
The
tar_prune()
function is a somewhat dangerous intermediate betweentar_destroy()
(which deletes the entire target store, andtar_delete()
(which deletes only the specified target). Whiletar_prune()
is designed to remove unused targets from the target store, it's not obvious to the user which targets/files will actually be deleted. I wonder if it would be possible to include a "dry-run" option that would print a list of unused targets that will be removed, or otherwise indicate to the user which targets will be destroyed. Apologies if this functionality is already contained within another function/can be generated easily usingtar_meta()
.Beta Was this translation helpful? Give feedback.
All reactions