Output returns responses from the remote credentials-helper.
()
| 48 | |
| 49 | // Output returns responses from the remote credentials-helper. |
| 50 | func (s *Shell) Output() ([]byte, error) { |
| 51 | return s.cmd.Output() |
| 52 | } |
| 53 | |
| 54 | // Input sets the input to send to a remote credentials-helper. |
| 55 | func (s *Shell) Input(in io.Reader) { |