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 | 189c3af4052d543ce816637d97fed926fefa5c47 (patch) | |
| tree | 3e04183827064e52aeb954c5495a283c9f6ff2c6 /hatask.ha | |
| parent | e2bee01af84bc7a6bc191f931f195b3c0b5175cc (diff) | |
| download | hatask-189c3af4052d543ce816637d97fed926fefa5c47.tar.gz | |
csv -> tsv
Diffstat (limited to 'hatask.ha')
| -rw-r--r-- | hatask.ha | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -130,8 +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), + ("tsv", ["print tsv of tasks"]: []getopt::help), + ("t", ["print tsv of tasks"]: []getopt::help), ); defer getopt::finish(&cmd); |
