* Returns the current prompt used by `rl.prompt()`. * @returns {string}
()
| 378 | * @returns {string} |
| 379 | */ |
| 380 | getPrompt() { |
| 381 | return this[kPrompt]; |
| 382 | } |
| 383 | |
| 384 | setupHistoryManager(options) { |
| 385 | this.historyManager = new ReplHistory(this, options); |
no outgoing calls
no test coverage detected