Working on tab completion. Almost there, some kinks to work out

This commit is contained in:
Daniel Xie
2017-05-01 16:38:49 -05:00
parent 1fa0ef339a
commit 5943590ffb
3 changed files with 131 additions and 5 deletions
+2 -2
View File
@@ -75,10 +75,10 @@ CONSTANTS = {
"connect [ip/hostname] Connects to the machine given by its IP or hostname <br>" +
"free Check the machine's memory (RAM) usage<br>" +
"hack Hack the current machine<br>" +
"help Display this list<br>" +
"help Display this help text<br>" +
"hostname Displays the hostname of the machine<br>" +
"ifconfig Displays the IP address of the machine<br>" +
"kill [script name] Stops a script that is running<br>" +
"kill [script name] Stops a script that is running on the current machine<br>" +
"ls Displays all programs and scripts on the machine<br>" +
"nano [script name] Text editor - Open up and edit a script<br>" +
"netstat Displays all available network connections<br>" +