diff options
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 |