Skip to content

Commit 6cdaff0

Browse files
committed
Add .yml to list of recognised file extensions.
1 parent ce0c7b2 commit 6cdaff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.dj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Possible values of _FORMAT_ include:
4444

4545
jaq automatically chooses the corresponding input format for
4646
files with the extensions
47-
`.json`, `.yaml`, `.cbor`, `.toml`, `.xml`, `.xhtml`, `.csv`, `.tsv`.
47+
`.json`, `.yaml`, `.yml`, `.cbor`, `.toml`, `.xml`, `.xhtml`, `.csv`, `.tsv`.
4848
That means that
4949
`jaq --from cbor . myfile.cbor` is equivalent to
5050
`jaq . myfile.cbor`.

0 commit comments

Comments
 (0)