kislyuk / yq

Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
https://kislyuk.github.io/yq/
Apache License 2.0
2.6k stars 83 forks source link

manpage missing #146

Closed jhnc closed 2 years ago

jhnc commented 2 years ago

Running pip3 install yq >&- 2>&-; yq --help | tail -1; yq --version gives:

See the manpage for more options.
yq 2.14.0

However, no manpage appears to be provided. (eg. find ~/.local -name 'yq.*' returns nothing)

kislyuk commented 2 years ago

This refers to the jq manpage. yq --help prints help for jq first, then yq.