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 33aeb2e..190f82b 100644
--- a/hatask.ha
+++ b/hatask.ha
@@ -130,6 +130,8 @@ export fn main() void = {
("w", ["write a task", "id"]: []getopt::help),
("done", ["delete a task", "id"]: []getopt::help),
("d", ["delete a task", "id"]: []getopt::help),
+ ("csv", ["print csv of tasks"]: []getopt::help),
+ ("c", ["print csv of tasks"]: []getopt::help),
);
defer getopt::finish(&cmd);