It would be very nice if we could do this: ``` sh node -v | semver -r ^5.4 ``` Of course one could do `semver $(node -v)` but that only works in sh and not on Windows, which makes it bad for npm scripts.