improve shelf hiearchy

This commit is contained in:
EatThePooh 2025-08-02 10:24:01 +07:00
parent 928c1067b3
commit 9c18a0c924
5 changed files with 46 additions and 18 deletions

View file

@ -4,12 +4,21 @@
description = "Drop-in jq replacement for HJSON that tries to preserve comments";
inputs = {
stdin = "HJSON";
jq_filter = "string";
stdin = {
format = "HJSON";
react = "push";
};
jq_filter = {
format = "string";
react = "push";
};
};
outputs = {
stdout = "HJSON";
stdout = {
format = "HJSON";
react = "push";
};
};
cache-command = "deno cache --reload main.ts";