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 | 4da35965e4ba31cacd90776bffbf36d7f585c645 (patch) | |
| tree | eb834f3d3b71cb38b7aac77c9b12a0e144293839 /cmd.ha | |
| parent | 189c3af4052d543ce816637d97fed926fefa5c47 (diff) | |
| download | hatask-4da35965e4ba31cacd90776bffbf36d7f585c645.tar.gz | |
tsv -> format::tsv and add tests
Diffstat (limited to 'cmd.ha')
| -rw-r--r-- | cmd.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ use path; use os::exec; use strconv; use ascii; -use tsv; +use format::tsv; type error = !(!str | io::error | path::error | exec::error | strconv::error); |
