Terminal::Getpass - A getpass implementation for Raku
use Terminal::Getpass;
my $password = getpass;
say $password;
Terminal::Getpass is a getpass implementation for Raku.
Defined as:
sub getpass(Str $prompt = "Password: ", IO::Handle $stream = $*ERR --> Str) is export
Reads password from a command line secretly and returns the text.
Itsuki Toyota titsuki@cpan.org
Copyright 2018 Itsuki Toyota
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.