package
0.0.0-20200831173846-e7ae2a8d3ee2
Repository: https://github.com/hewlettpackard/hpecli.git
Documentation: pkg.go.dev
# Functions
Read will use one of several methods to get a password from a user password is an existing password if set.
ReadFromConsole write the prompt to the console and then will read the password from the user console without echoing the password to the console.
ReadFromStdIn reads from os.Stdin and trims any CR & LF characters as well as any spaces around the input.