diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 01:32:41 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 01:47:29 +0100 |
| commit | 373ed8172d62b84df70fee9c7f92658e203bb621 (patch) | |
| tree | f073bc554d99c0859e9cad8f8e6870c6bc615cc3 /hatask.ha | |
| parent | 86ef1210a686bce0db3ead2760bf4d401e23883a (diff) | |
| download | hatask-373ed8172d62b84df70fee9c7f92658e203bb621.tar.gz | |
Add -a flag to add a task
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 = { ("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), |
