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
Hi, nice work
I'd like to use tape as xin.
https://github.com/mike-douglas/xin
I tried: seq 10 | teip -- 'wc -l'
Which I though would have that effect but instead showed me the help. Is it possible?
The text was updated successfully, but these errors were encountered:
I think teip works as same as xin. Is it expected behavior for you?
$ seq 10 | teip -s -g . -- wc -l 1 1 1 1 1 1 1 1 1 1
Sorry, something went wrong.
Right, my bad, -s is needed.
But note that I didn't get "teip: Output of targeted command has been exhausted" because I also made the mistake to not pass any "masking" regexp.
I think that it would be very helpful to write what the error is rather then displaying the help.
No branches or pull requests
Hi, nice work
I'd like to use tape as xin.
https://github.com/mike-douglas/xin
I tried: seq 10 | teip -- 'wc -l'
Which I though would have that effect but instead showed me the help. Is it possible?
The text was updated successfully, but these errors were encountered: