diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 01:14:07 +0100 |
| commit | e2b4bcd44149125b5e2a53579e1340ec10bc8eb3 (patch) | |
| tree | 8ba663e07df727190bfd165dc1084733061b5e2c /hatask.ha | |
| parent | 8c3b227ba34cd2248396c3caaf35aef728914c48 (diff) | |
| download | hatask-e2b4bcd44149125b5e2a53579e1340ec10bc8eb3.tar.gz | |
Remove useless field and add done command
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); |
