From 373ed8172d62b84df70fee9c7f92658e203bb621 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:32:41 +0100 Subject: Add -a flag to add a task --- hatask.ha | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hatask.ha') diff --git a/hatask.ha b/hatask.ha index 7807000..e7a1274 100644 --- a/hatask.ha +++ b/hatask.ha @@ -128,6 +128,8 @@ export fn main() void = { ("f", ["filter tasks", "id"]: []getopt::help), ("show", ["show task details", "id"]: []getopt::help), ("s", ["show task details", "id"]: []getopt::help), + ("add", ["add a task", "id"]: []getopt::help), + ("a", ["add a task", "id"]: []getopt::help), ("write", ["write a task", "id"]: []getopt::help), ("w", ["write a task", "id"]: []getopt::help), ("done", ["delete a task", "id"]: []getopt::help), -- cgit v1.2.3