diff options
Diffstat (limited to 'Omni/Jr.hs')
| -rw-r--r-- | Omni/Jr.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,14 +33,12 @@ jr Usage: jr task [<args>...] jr work [<args>...] - jr harvest [<args>...] jr test jr (-h | --help) Commands: task Manage tasks work Track work - harvest Harvest wealth Options: -h --help Show this help @@ -53,8 +51,6 @@ move args withArgs extraArgs Task.main | args `Cli.has` Cli.command "work" = do putText "Work command not implemented yet" - | args `Cli.has` Cli.command "harvest" = do - putText "Harvest command not implemented yet" | otherwise = putText (str <| Docopt.usage help) test :: Test.Tree |
