https://github.com/titsuki/raku-terminal-getpass
A getpass implementation for Raku
https://github.com/titsuki/raku-terminal-getpass
getpass perl6 raku zef
Last synced: 8 months ago
JSON representation
A getpass implementation for Raku
- Host: GitHub
- URL: https://github.com/titsuki/raku-terminal-getpass
- Owner: titsuki
- License: artistic-2.0
- Created: 2018-01-20T07:23:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T07:35:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T07:51:28.085Z (over 1 year ago)
- Topics: getpass, perl6, raku, zef
- Language: Raku
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/titsuki/raku-Terminal-Getpass/actions)
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
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.