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.53k stars 81 forks source link

Prevent exception thrown when sys.stdin is None. #193

Open my-name-is-lad opened 3 weeks ago

my-name-is-lad commented 3 weeks ago

In some isolated environments (like with Haskell's stack) sys.stdin is None, which needs to be accounted for.