document deno scrolls situation

This commit is contained in:
EatThePooh 2025-08-02 08:49:39 +07:00
parent a4bc8c0230
commit 928c1067b3
2 changed files with 39 additions and 0 deletions

View file

@ -1,3 +1,16 @@
{
name = "hjq";
description = "Drop-in jq replacement for HJSON that tries to preserve comments";
inputs = {
stdin = "HJSON";
jq_filter = "string";
};
outputs = {
stdout = "HJSON";
};
cache-command = "deno cache --reload main.ts";
}