Skip to content

unintuitive behaviour for vh execution delete #120

Description

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

...   Deleteing #a...
...   Deleteing #a+1...
...   Deleteing #a+2...
----
...   Deleting #b-1...
...   Deleting #b...
:)  Success! Deleted 8 executions.

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions