Add support for filtering based on property exclusion.
For example, allow commands like: # exclude issues from context "abc" pit list -C abc # exclude issues delegated to John Doe pit list -P "delgated-to:John Doe"
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "4.18.2"
|
||||
version = "4.19.0"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Personal issue tracker."
|
||||
license = "MIT"
|
||||
|
Reference in New Issue
Block a user