PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
enquirer
/
lib
/
prompts
'use strict'; const StringPrompt = require('../types/string'); class PasswordPrompt extends StringPrompt { constructor(options) { super(options); this.cursorShow(); } format(input = this.input) { if (!this.keypressed) return ''; let color = this.state.submitted ? this.styles.primary : this.styles.muted; return color(this.symbols.asterisk.repeat(input.length)); } } module.exports = PasswordPrompt;
[-] numeral.js
[edit]
[-] survey.js
[edit]
[-] basicauth.js
[edit]
[-] select.js
[edit]
[+]
..
[-] text.js
[edit]
[-] invisible.js
[edit]
[-] confirm.js
[edit]
[-] autocomplete.js
[edit]
[-] snippet.js
[edit]
[-] input.js
[edit]
[-] multiselect.js
[edit]
[-] toggle.js
[edit]
[-] list.js
[edit]
[-] index.js
[edit]
[-] editable.js
[edit]
[-] password.js
[edit]
[-] form.js
[edit]
[-] sort.js
[edit]
[-] scale.js
[edit]
[-] quiz.js
[edit]