syntaxseed / terminalfaker

Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.
MIT License
51 stars 20 forks source link

AutoCompleting commands only works on half of the commands #27

Closed John-Nenniger closed 4 years ago

John-Nenniger commented 4 years ago

AutoCompleting commands only works for commands defined in CustomCommands.js and not the ones defined in main/app/cmd.js

Not sure how to access those commands within the Terminal.js, but it should be a pretty easy fix

syntaxseed commented 4 years ago

Fixed with PR #25.