From 6b9b5f5129dff789753df7d0c82939d3c219b29b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Nov 2025 21:43:35 -0500 Subject: 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 --- Omni/Jr.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Omni/Jr.hs') 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 [...] jr work [...] - jr harvest [...] 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 -- cgit v1.2.3