Skip to content

Commit

Permalink
fix: add command history. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
egorgripasov committed Dec 8, 2020
1 parent 8cdd8bf commit f9415d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli-core/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export class App {
this._rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
terminal: false, // Prevent output from being echoed.
prompt: `[${this._prompt}]> `
});
}
Expand Down

0 comments on commit f9415d8

Please sign in to comment.