From ec35f195dc2f0c41e4c8e4a9908aea51ea486c7d Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:59:36 +0100 Subject: Add -c flag to filter context and fix context Context now filters subtask folders as intended. --- config.ha | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ha') diff --git a/config.ha b/config.ha index e465294..4936492 100644 --- a/config.ha +++ b/config.ha @@ -1,3 +1,4 @@ type config = struct { tasksdir: str, + context: str, }; -- cgit v1.2.3