We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run zw, regardless of whether I pass a file or a string literal, it creates an empty result and when that is decoded it is also empty.
./zw -e "Hello Test 123" > test.txt ./zw -d test.txt Result:
Also might add that all cargo tests are passing. So not sure whats wrong here. Please assist. Thank you
The text was updated successfully, but these errors were encountered:
Ok I see whats going on. The cli utility binary must be in the same directory as its needed libraries.
Sorry, something went wrong.
No branches or pull requests
When I run zw, regardless of whether I pass a file or a string literal, it creates an empty result and when that is decoded it is also empty.
./zw -e "Hello Test 123" > test.txt
./zw -d test.txt
Result:
Also might add that all cargo tests are passing. So not sure whats wrong here. Please assist. Thank you
The text was updated successfully, but these errors were encountered: