Getpass

NAME

Terminal::Getpass - A getpass implementation for Raku

SYNOPSIS

use Terminal::Getpass;
my $password = getpass;
  say $password;

DESCRIPTION

Terminal::Getpass is a getpass implementation for Raku.

METHODS

getpass

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.

AUTHOR

Itsuki Toyota <[email protected]>

COPYRIGHT AND LICENSE

Copyright 2018 Itsuki Toyota

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Terminal::Getpass v0.0.11

A getpass implementation for Raku

Authors

  • Itsuki Toyota

License

Artistic-2.0

Dependencies

Term::termios

Test Dependencies

Provides

  • Terminal::Getpass

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.