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' }} />
);