[Issue 14250] New: add function for reading a password to std.getopt

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 6 04:57:34 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14250

          Issue ID: 14250
           Summary: add function for reading a password to std.getopt
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

Or possibly add a new std.getpass module.
There is a python module getpass that nicely implements the needed function.
https://docs.python.org/2/library/getpass.html

--


More information about the Digitalmars-d-bugs mailing list