Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 238 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 238 Bytes

groqfmt

groqfmt is a formatter for the GROQ query language.

Usage

Either:

groqfmt INPUT > OUTPUT

or:

groqfmt < INPUT > OUTPUT

or

groqfmt < INPUT -o OUTPUT