aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:17:08 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:17:11 +0100
commit4686cd9cdef6c087bd9e92fee5f01d0a559ca357 (patch)
tree0c9f35a52c95c1fdecc3e5e7e9a76a235c7f0138 /app/Main.hs
parent3ceee81182d4f47adc8d3b349b2622027345bd7e (diff)
feat: add filtering tags by (POSIX) regex
Example: ``` anissue list --filter '@title /foo/' ```
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 0154a6c..7c9ce49 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -35,12 +35,6 @@
-- @topic tags
-- @backlog
--- TODO Tag improvements (globbing)
---
--- I would like to filter `--filter '@assigned *@posteo.de'`.
--- @topic tags
--- @backlog
-
-- TODO Add support for ammendments
--
-- The user can ammend more information to an issue which is located at
@@ -412,7 +406,6 @@ data Options = Options
noPager :: Bool,
width :: Maybe Int
}
- deriving (Show)
data Color
= Always
@@ -499,7 +492,6 @@ data Command
edit :: Bool
}
| Tags
- deriving (Show)
cmd :: O.Parser Command
cmd =