Today, the entire SharedStdIn class is marked as test only, and most code is expected to use the singleton.
However this makes it so you can't use the new Win32AniStdin variant from package:cli_util.
For now I would like to just remove the @visibleForTesting annotation from this class
Today, the entire
SharedStdInclass is marked as test only, and most code is expected to use the singleton.However this makes it so you can't use the new
Win32AniStdinvariant frompackage:cli_util.For now I would like to just remove the
@visibleForTestingannotation from this class