inquirer-command-prompt
Advanced tools
Comparing version
@@ -17,2 +17,3 @@ const chalk = require('chalk') | ||
const ELLIPSIS = '…' | ||
let rl | ||
@@ -343,2 +344,6 @@ class CommandPrompt extends InputPrompt { | ||
static getRl() { | ||
return rl | ||
} | ||
static getHistory(context) { | ||
@@ -358,2 +363,3 @@ if (!context) { | ||
render(error) { | ||
rl = this.rl | ||
let bottomContent = '' | ||
@@ -360,0 +366,0 @@ let appendContent = '' |
{ | ||
"name": "inquirer-command-prompt", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
22960
0.27%483
1.05%