utils icon indicating copy to clipboard operation
utils copied to clipboard

`HasStdin()` always returns true in Windows Git Bash

Open RamanaReddy0M opened this issue 1 year ago • 0 comments

fileutil.HasStdin() return true even if there's no std input. This happens specifically with Git Bash in Windows. Screenshot 2024-05-02 041134

Ref: https://stackoverflow.com/questions/22744443/check-if-there-is-something-to-read-on-stdin-in-golang

RamanaReddy0M avatar May 02 '24 11:05 RamanaReddy0M