From 1fa8d2f50dcdb1b68f3543a897679d005ddfd454 Mon Sep 17 00:00:00 2001 From: Nitin Date: Mon, 10 Jul 2017 21:20:02 +0530 Subject: [PATCH] working --- starter/App.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/starter/App.js b/starter/App.js index 5ee81fe..0e67c65 100644 --- a/starter/App.js +++ b/starter/App.js @@ -7,11 +7,7 @@ import Terminal from '../components'; const App = () => (
{ @@ -33,10 +29,9 @@ const App = () => ( runCommand(`edit-line ${text.slice(0, i + 1)}`); }, 100 * i); } - }, - 'echo': () => '' + } }} - descriptions={{ color: 'option for color. For eg - color red', 'type-text': false, 'color': false, show: false, clear: false, echo: false }} + descriptions={{ color: 'option for color. For eg - color red', 'type-text': 'Types a tex' }} />
);