diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 14:40:47 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 14:40:47 +0100 |
commit | 6b912f5b477de3374dee38661e0acf72920d4f5e (patch) | |
tree | 7b4ace6f40a847818df6606042bf29883b453622 /app/Issue/GroupBy.hs | |
parent | c81840e3b11fbe72b58fabed539bad140884ada6 (diff) |
add author & editor to internal tags
Diffstat (limited to 'app/Issue/GroupBy.hs')
-rw-r--r-- | app/Issue/GroupBy.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Issue/GroupBy.hs b/app/Issue/GroupBy.hs index 62f212e..2b9e514 100644 --- a/app/Issue/GroupBy.hs +++ b/app/Issue/GroupBy.hs @@ -18,8 +18,6 @@ import Options.Applicative qualified as O -- The internal makers `TODO`, `FIXME`, etc. should be available via the -- internal tag @type --- TODO Add author and editor as internal tags - groupByArg :: O.Parser (Maybe T.Text) groupByArg = O.optional |