Just found out about Spring Shell, pretty cool stuff!
Is it possible to create a password prompt? I've browsed through the source without finding any references.
Just found out about Spring Shell, pretty cool stuff!
Is it possible to create a password prompt? I've browsed through the source without finding any references.
You can do that by directly using the JLine ConsoleReader:
ErwinCode:ConsoleReader cr = new ConsoleReader(); String pwd = cr.readLine('*');
Last edited by klr8; Nov 11th, 2012 at 04:16 AM.
Ervacon - http://www.ervacon.com