(s string)
| 149 | } |
| 150 | |
| 151 | func (pp *PipePty) WriteString(s string) (n int, err error) { |
| 152 | return pp.Write([]byte(s)) |
| 153 | } |
| 154 | |
| 155 | func StartWslShellProcNoWsh(ctx context.Context, termSize waveobj.TermSize, cmdStr string, cmdOpts CommandOptsType, conn *wslconn.WslConn) (*ShellProc, error) { |
| 156 | client := conn.GetClient() |