C4K3 / nbted

Command-line NBT editor
Creative Commons Zero v1.0 Universal
103 stars 8 forks source link

nbted -r won't read from stdin #5

Open telemenar opened 3 years ago

telemenar commented 3 years ago
% cat <nbtfile> | nbted -p | nbted -r 
Error: Unable to read text file -                                                                                                                                                                                       
        caused by: No such file or directory (os error 2)                                                                                                                                                               
For help, run with --help or read the manpage.

I am using the latest version of rust via rustup with a freshly installed version of nbted via cargo.