summaryrefslogtreecommitdiff
path: root/Omni/Jr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Jr.hs')
-rw-r--r--Omni/Jr.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Omni/Jr.hs b/Omni/Jr.hs
index 75ef7db..b4b8941 100644
--- a/Omni/Jr.hs
+++ b/Omni/Jr.hs
@@ -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