The cli/rev@0.1.0 candidate reverses the bytes on each input line. It reads standardinput, or one file operand, and preserves each line-feed byte and the absenceof a final line feed. The implementation deliberately uses C-locale bytesemantics, so malformed UTF-8 is handled without decoding.
Only --help is supported as an option in this release. Multiple input filesare rejected explicitly. The support record in docs/compatibility.mdseparates local Native/Wasm verification from published MoonX behavior.