document deno scrolls situation
This commit is contained in:
parent
a4bc8c0230
commit
928c1067b3
2 changed files with 39 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue