()
| 95 | } |
| 96 | |
| 97 | func (s *shellActionsImpl) ReadPassword() string { |
| 98 | return s.reader.readPassword() |
| 99 | } |
| 100 | |
| 101 | func (s *shellActionsImpl) ReadPasswordErr() (string, error) { |
| 102 | return s.reader.readPasswordErr() |
nothing calls this directly
no test coverage detected