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 | e2bee01af84bc7a6bc191f931f195b3c0b5175cc (patch) | |
| tree | 9adf909a75fb57132fa650991f7ffd8b6cb2613f /hatask.ha | |
| parent | e2b4bcd44149125b5e2a53579e1340ec10bc8eb3 (diff) | |
| download | hatask-e2bee01af84bc7a6bc191f931f195b3c0b5175cc.tar.gz | |
Add csv command
Diffstat (limited to 'hatask.ha')
| -rw-r--r-- | hatask.ha | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
