consoleur ~master (2022-01-13T18:43:03.8566425)
Dub
Repo
getPassword
consoleur
cli
password
Reads password from the user with echo
@
trusted
string
getPassword
(
string
prompt
= "Password: "
,
int
maxLength
= 0
,
dchar
mask
= '•'
)
Parameters
mask
dchar
Typed character mask
Return Value
Type:
string
Password
Meta
Source
See Implementation
consoleur
cli
password
functions
getPassword
Reads password from the user with echo