aboutsummaryrefslogtreecommitdiff
path: root/cmd.ha
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
committerJulian Hurst <ark@mansus.space>2024-11-15 01:14:07 +0100
commit4da35965e4ba31cacd90776bffbf36d7f585c645 (patch)
treeeb834f3d3b71cb38b7aac77c9b12a0e144293839 /cmd.ha
parent189c3af4052d543ce816637d97fed926fefa5c47 (diff)
downloadhatask-4da35965e4ba31cacd90776bffbf36d7f585c645.tar.gz
tsv -> format::tsv and add tests
Diffstat (limited to 'cmd.ha')
-rw-r--r--cmd.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.ha b/cmd.ha
index 3335209..290ff72 100644
--- a/cmd.ha
+++ b/cmd.ha
@@ -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);