1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/doc/formats_list.jq
2022-02-19 01:33:45 +01:00

8 lines
185 B
Plaintext
Executable File

#!/usr/bin/env fq -rnf
[ (formats | keys[]) as $format
| if ($doc_formats | indices($format)) != [] then "[\($format)](doc/formats.md#\($format))"
else $format
end
] | join(",\n")