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.57k stars 82 forks source link

[xq] silence --in-place help #125

Closed Dmole closed 4 months ago

Dmole commented 3 years ago

xq: -i/--in-place can only be used with -y/-Y

is the error output from

xq --in-place --xml-output "." $EG

But are not mentioned in

xq --help

side note: after installing with pip3 there is no

man xq