diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 8 |
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 = |