aboutsummaryrefslogtreecommitdiff
path: root/config.ha
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-11-15 01:32:41 +0100
committerJulian Hurst <ark@mansus.space>2024-11-15 01:45:27 +0100
commit86ef1210a686bce0db3ead2760bf4d401e23883a (patch)
tree5782556e504ac95c7bc6b49241a53a0713443a7e /config.ha
parentd8e2f1042367e19cb10e00a2004960fe1a40582c (diff)
downloadhatask-86ef1210a686bce0db3ead2760bf4d401e23883a.tar.gz
Create config struct and pass to commands
Diffstat (limited to 'config.ha')
-rw-r--r--config.ha3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.ha b/config.ha
new file mode 100644
index 0000000..e465294
--- /dev/null
+++ b/config.ha
@@ -0,0 +1,3 @@
+type config = struct {
+ tasksdir: str,
+};