Allow not filters with ! #163
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow filters, e.g.
pvc vm list -s start
, to have a not version to be represented likepvc vm list -s !start
. Should be easy to do with the regex and filtering design as currently implemented.This was already implemented ages ago with the
-n
flag.