Implement Pseudo-Terminal (PTY) support using Pty.Net for handling interactive CLI programs.
Required NuGet Package:
Pty.Net
Definition of Done:
✅ Pty.Net integrated
✅ Interactive prompts work (y/n, passwords)
✅ Terminal resize handling
✅ Ctrl+C signal handling works
✅ Tested on Windows, Linux, macOS
Use dotnet9, install latest nuget.
Make sure all tests are passed.