summaryrefslogtreecommitdiff
path: root/Omni/Jr.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-24 21:43:35 -0500
committerBen Sima <ben@bensima.com>2025-11-24 21:43:35 -0500
commit6b9b5f5129dff789753df7d0c82939d3c219b29b (patch)
tree0e5a3015a4cb29df2adf06f18898eeda5ee2acfe /Omni/Jr.hs
parent32a81cad9782bb82f826307005bd187d4e6f0c93 (diff)
Remove harvest command and documentation
The 'harvest' functionality was tied to git-synced JSONL task files, which have been replaced by a local SQLite database. This commit removes the command from the CLI and updates documentation to reflect the new workflow. Amp-Thread-ID: https://ampcode.com/threads/T-ac41b9b6-d117-46de-9e4f-842887a22f1d Co-authored-by: Amp <amp@ampcode.com>
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