diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 01:32:41 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 01:45:27 +0100 |
| commit | 86ef1210a686bce0db3ead2760bf4d401e23883a (patch) | |
| tree | 5782556e504ac95c7bc6b49241a53a0713443a7e /config.ha | |
| parent | d8e2f1042367e19cb10e00a2004960fe1a40582c (diff) | |
| download | hatask-86ef1210a686bce0db3ead2760bf4d401e23883a.tar.gz | |
Create config struct and pass to commands
Diffstat (limited to 'config.ha')
| -rw-r--r-- | config.ha | 3 |
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, +}; |
