nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.12k stars 151 forks source link

allow overriding built-in commands? #91

Open ShaneEverittM opened 4 years ago

ShaneEverittM commented 4 years ago

For example creating a custom help command.

russellgill commented 3 years ago

It looks like your best bet here is to edit this file

AnirbanHub commented 3 years ago

Need to override built-in commands. How would I do that ? For example if I want to disable the built in commands like help,show how would I do that ?