Skip to content

Commit

Permalink
doc: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Sep 14, 2021
1 parent c770a75 commit 26ea6d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
--version,-v Show version (dev)
</pre>

- TODO: null input
- TODO: expressions

### Running

- TODO: stdin/stdout
Expand Down Expand Up @@ -62,6 +59,10 @@ and `,` as output separator.
To call `f` with two arguments use `f(a; b)`. If you do `f(a, b)` you pass a single
argument `a, b` to `f`.

### Basics

TODO

### Differences to jq

- [gojq's differences to jq](https://github.com/itchyny/gojq#difference-to-jq),
Expand Down

0 comments on commit 26ea6d8

Please sign in to comment.