summaryrefslogtreecommitdiff
path: root/main/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-05-10 11:51:44 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-05-10 12:21:26 +0200
commita3c365ca6afd3d41119679d51ca16ce7a7e47578 (patch)
tree2edfdbb47de3d7556f90870af2d89a123f6b78fe /main/Test.hs
parent4a83f4c6e47296648598e6549cb188a6a91b1c21 (diff)
Dir object type and parsing
Changelog: Support for `dir` object type.
Diffstat (limited to 'main/Test.hs')
-rw-r--r--main/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Test.hs b/main/Test.hs
index f08d596..e67d0b5 100644
--- a/main/Test.hs
+++ b/main/Test.hs
@@ -403,6 +403,7 @@ cmdLoadType = do
Rec {} -> "rec"
OnDemand {} -> "ondemand"
Chunked {} -> "chunked"
+ Dir {} -> "dir"
ZeroObject {} -> "zero"
UnknownObject utype _ -> "unknown " <> decodeUtf8 utype
cmdOut $ "load-type " <> T.unpack otype