diff options
Diffstat (limited to 'hatask.ha')
| -rw-r--r-- | hatask.ha | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
