You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/enhance-shell-raw-out.md

274 B

shell
patch

When the "raw" encoding option is specified for a shell process, all bytes from the child's output streams are passed to the data handlers. This makes it possible to read output from programs that write unencoded byte streams to stdout (like ffmpeg)