mirror of
https://github.com/wader/fq.git
synced 2024-11-24 03:05:22 +03:00
8 lines
185 B
Plaintext
Executable File
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")
|