You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a --cleanup argument to SLiVER's CLI. When sliver.py spec.labs --cleanup is invoked, no analysis is performed. Instead, SLiVER will remove any temporary files that may have been left over from a past analysis of spec.labs.
Rationale
One can already ask SLiVER to --keep-files related to the analysis. This is useful to replicate experiments, debug potential issues with the backend, etc. However, there is no automated way to remove those files once they are no longer needed. This lack of automation could be addressed by adding --cleanup.
The text was updated successfully, but these errors were encountered:
Proposal
Add a
--cleanup
argument to SLiVER's CLI. Whensliver.py spec.labs --cleanup
is invoked, no analysis is performed. Instead, SLiVER will remove any temporary files that may have been left over from a past analysis ofspec.labs
.Rationale
One can already ask SLiVER to
--keep-files
related to the analysis. This is useful to replicate experiments, debug potential issues with the backend, etc. However, there is no automated way to remove those files once they are no longer needed. This lack of automation could be addressed by adding--cleanup
.The text was updated successfully, but these errors were encountered: