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
Using vh execution delete 1 2 3 ... or vh execution delete a-b multiple times to delete for existing executions a-b will continue to return the messages
Even after the execution has been deleted. This could be misleading, and give the idea that an execution didn't succeed as stated. It might be more informative to change this behaviour to
... Discovering #a... #a exists!... Deleting #a....
... Discovering #a+1... #a does not exist (skipping)...
----
:) Success! Deleted [n1] executions. (Note: [n2] executions did not exist)
or something similar,
The text was updated successfully, but these errors were encountered:
Using
vh execution delete 1 2 3 ...
orvh execution delete a-b
multiple times to delete for existing executionsa-b
will continue to return the messagesEven after the execution has been deleted. This could be misleading, and give the idea that an execution didn't succeed as stated. It might be more informative to change this behaviour to
or something similar,
The text was updated successfully, but these errors were encountered: