-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Unable to pipe data on Windows #64
Comments
Edit: Forgot to add klog version |
I also attempted this using pure C:\Users\vladde>echo "2021-04-26" | .\klog.exe total
Error: No input given
Please do one of the following:
a) pass one or multiple file names as argument
b) pipe file contents via stdin
c) specify a bookmark to read from by default
C:\Users\vladde> |
Thanks for reporting, I can reproduce this. |
I still experience this issue, even after compiling newest version. PS C:\Users\vladde> klog version
Command line tool: v2.2 [0bb0d83]
File format: version 1 (RFC)
Checking for newer version...
You already have the latest version!
PS C:\Users\vladde> echo 2020-01-01 | klog json
Error: No input given
Please do one of the following:
a) pass one or multiple file names as argument
b) pipe file contents via stdin
c) specify a bookmark to read from by default
PS C:\Users\vladde> Tested with PowerShell, Git for Windows (bash), and pure cmd.exe on Windows 10 Pro (19042.928). |
If I can help with testing and so forth, tell me and I'll do my best to help out. |
Are you certain you have run the compiled binary and not your globally installed one? Because for the self-compiled binary the version output says |
You are completely right. I did not properly update my binary. Works perfectly now 👍 |
I am attempting to pipe output to
klog.exe
on Windows, versionv2.2 [0bb0d83]
.In this example I receive the following error:
This was attempted using PowerShell 7 (Preview) and Git for Windows (bash) respectively.
The text was updated successfully, but these errors were encountered: