coder/pty
Ammar Bandukwala b4c0fa80d8
chore(cli): rename Cmd to Command (#12616)
I think Command is cleaner and my original decision to use "Cmd"
a mistake.

Plus this creates better parity with cobra.
2024-03-17 09:45:26 -05:00
..
ptytest chore(cli): rename Cmd to Command (#12616) 2024-03-17 09:45:26 -05:00
pty.go feat(agent/agentssh): handle session signals (#10842) 2023-11-23 19:55:36 +02:00
pty_linux.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
pty_other.go feat(agent/agentssh): handle session signals (#10842) 2023-11-23 19:55:36 +02:00
pty_windows.go feat(agent/agentssh): handle session signals (#10842) 2023-11-23 19:55:36 +02:00
ssh_other.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
start.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other_test.go feat(agent/agentssh): handle session signals (#10842) 2023-11-23 19:55:36 +02:00
start_test.go fix: use terminal emulator that keeps state in ReconnectingPTY tests (#9765) 2023-09-19 17:57:30 +00:00
start_windows.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_windows_test.go feat(agent/agentssh): handle session signals (#10842) 2023-11-23 19:55:36 +02:00