aboutsummaryrefslogtreecommitdiff
path: root/hatask.ha
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
committerJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
commite2b4bcd44149125b5e2a53579e1340ec10bc8eb3 (patch)
tree8ba663e07df727190bfd165dc1084733061b5e2c /hatask.ha
parent8c3b227ba34cd2248396c3caaf35aef728914c48 (diff)
downloadhatask-e2b4bcd44149125b5e2a53579e1340ec10bc8eb3.tar.gz
Remove useless field and add done command
Diffstat (limited to 'hatask.ha')
-rw-r--r--hatask.ha2
1 files changed, 2 insertions, 0 deletions
diff --git a/hatask.ha b/hatask.ha
index c15f2a0..33aeb2e 100644
--- a/hatask.ha
+++ b/hatask.ha
@@ -128,6 +128,8 @@ export fn main() void = {
("s", ["show task details", "id"]: []getopt::help),
("write", ["write a task", "id"]: []getopt::help),
("w", ["write a task", "id"]: []getopt::help),
+ ("done", ["delete a task", "id"]: []getopt::help),
+ ("d", ["delete a task", "id"]: []getopt::help),
);
defer getopt::finish(&cmd);