Skip to content

Commit

Permalink
doc: Add some more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Apr 14, 2023
1 parent 23d980d commit 97c952b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ fq da file
# same as
fq 'd({array_truncate: 0})' file

# display a specific decode tree one level
fq '.path[1].to.value' file
# display a specific decode tree all levels
fq '.path[1].to.value | d' file
fq '.path[1].to.value | dd' file
fq '.path[1].to.value | da' file

# recursively and verbosely display decode tree
fq dv file
# same as
Expand Down

0 comments on commit 97c952b

Please sign in to comment.