From e2b4bcd44149125b5e2a53579e1340ec10bc8eb3 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:14:07 +0100 Subject: Remove useless field and add done command --- hatask.ha | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hatask.ha') 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); -- cgit v1.2.3