mirror of
https://github.com/wader/fq.git
synced 2024-11-26 21:55:57 +03:00
be0ef80c8d
Uses same rule as jq math functions, 1 arg uses input, more than one all passed as args. So "bnot 1" -> "1 | bnot", "1 bsl 1" -> "bsl(1; 1)" Don't think it's worth changing the jq syntax for this and also it could make fq scripts no compatiblr with other jq tools. Non-10 base number literals are still allowed but should probably not be used in scripts, only in repl and with cli. |
||
---|---|---|
.. | ||
aheadreadseeker | ||
ansi | ||
asciiwriter | ||
colorjson | ||
columnwriter | ||
ctxreadseeker | ||
ctxstack | ||
difftest | ||
gojqextra | ||
hexdump | ||
hexpairwriter | ||
ioextra | ||
num | ||
pos | ||
profile | ||
progressreadseeker | ||
recoverfn | ||
script | ||
shquote |