Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

A getpass implementation for Raku

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/titsuki/raku-Terminal-Getpass/workflows/test/badge.svg)](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.