1
1
mirror of https://github.com/wader/fq.git synced 2024-11-10 10:11:39 +03:00

todo: Remove fixed repl item

This commit is contained in:
Mattias Wadman 2021-09-27 11:00:35 +02:00
parent 2daa738de8
commit 17a708ff2b

View File

@ -67,9 +67,6 @@
- Generate from source
- `-n`, `inputs/0` and `input/0` behavior. Same as jq.
- Mention `empty.something`?
- `repl` behavior
- `1,2,3 | repl` will start 3 repl:s
- Behave same as CLi expres: iterate over all inputs `[1,2,3] | repl({}; .[])`
- Known issus and confusing things
- Symbolic number has to use `._symbol` for now. For example matroska ids are number ID:s that have symbolic string names.
- Use https://github.com/fadado/JBOL/blob/master/doc/JQ-Distilled.md notation