fq
fq copied to clipboard
Better documenation
Feedback and ideas:
- Don't use
name/aritynotation for functions unless it needed. Usename,name(arga; argb)instead - Add some basic functions/syntax help to
--help - Inline documentation in go and jq source, extract it and generate documentation. Maybe use https://github.com/fadado/JBOL/blob/master/doc/JQ-Distilled.md#type-signatures and then render more user friendly versions?
- More examples
#110 partly solves this issue
In master all documentation is in markdown now again