ReadLineWithDefault reads a line from standard input with default value.
(string)
| 16 | ReadLineErr() (string, error) |
| 17 | // ReadLineWithDefault reads a line from standard input with default value. |
| 18 | ReadLineWithDefault(string) string |
| 19 | // ReadPassword reads password from standard input without echoing the characters. |
| 20 | // Note that this only works as expected when the standard input is a terminal. |
| 21 | ReadPassword() string |
no outgoing calls
no test coverage detected