I am using the .net standard development console application, how would I do detect if the stdin is a terminal or pipe. So that I can optimize the interaction.
Functions similar to functions provided by isatty
I am using the .net standard development console application, how would I do detect if the stdin is a terminal or pipe. So that I can optimize the interaction.
Functions similar to functions provided by isatty