Closed twekkel closed 2 years ago
$ echo hello | kanzi -c -i stdin -o stdout > hello.knz $ kanzi -d -i hello.knz -o stdout hello
$ cat hello.knz | kanzi -d -i stdin -o stdout Cannot access input file 'stdin'. Error code: 10
I pushed a fix. Can you give it a try ?
echo "This fix is okay!" | ./kanzi -c -i stdin -o stdout | ./kanzi -d -i stdin -o stdout This fix is okay!
thx for the quick fix!
$ echo hello | kanzi -c -i stdin -o stdout > hello.knz $ kanzi -d -i hello.knz -o stdout hello
$ cat hello.knz | kanzi -d -i stdin -o stdout Cannot access input file 'stdin'. Error code: 10