diff options
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Main.hs b/app/Main.hs index f48d824..30495a5 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -63,10 +63,6 @@ -- Additionally to TODO, also FIXME should start an issue. There might -- be more interesting keywords. --- TODO Generate and show hash for each issue --- --- The show hash should be generated by slugifying the issues title. Shell completion will help with the initially long issue ids. Internally, the slugified title should be added as an `@id` tag, unless an `@id` tag is present on the issue. - module Main where import Control.Exception (Exception, catch, throw, throwIO) |