aboutsummaryrefslogtreecommitdiff
path: root/hatask.ha
diff options
context:
space:
mode:
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 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),