Functions§
- is_
interactive - Returns
truewhen stdin is a terminal (interactive),falseotherwise (e.g. a pipe or redirected file – the common CI case).
true when stdin is a terminal (interactive), false otherwise
(e.g. a pipe or redirected file – the common CI case).