diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 16:23:30 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 16:23:30 +0200 |
commit | c7225c15870f6a365f8435166b9113f66393e7c1 (patch) | |
tree | d53583c1f81e3c16303c8927c27c53686551da9f /anissue.cabal | |
parent | 2b93e0bce102d7ccf8402b4506be9e55698f2ea9 (diff) |
add --filter, filter by tags
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index 54a1669..e51ebba 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -67,6 +67,7 @@ executable anissue -- Modules included in this executable, other than Main. other-modules: Issue + Issue.Filter Issue.Tag TreeGrepper.FileType TreeGrepper.Match |