Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit e2fbf54

Browse files
committed
added listed commands to the commands list
1 parent bcfa1cf commit e2fbf54

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

VAIIYA terminal.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,17 @@ def open_terminal():
184184
#below are all the non-user commands, DO NOT REMOVE!
185185
#the COMMANDS directory, DO NOT REMOVE!
186186
if text == 'commands':
187-
print("Commands;")
187+
print("""|""")
188+
print("""|""")
189+
print("Avalible commands: (all may not be listed.)")
190+
print("""|""")
191+
print("command: walker | The login for CM|walker")
192+
print("command: frostbyte | The login for CM|frostbyte")
188193
print("placeholder here | explanation here")
189194
print("placeholder here | explanation here")
190-
print("placeholder here | explanation here")
191-
print("placeholder here | explanation here")
192-
print("placeholder here | explanation here")
193-
194-
195+
print("""C0MM#ND: CNS | {ERROR: UNKNOWN PROGRAM ENTITY}""")
196+
print("""|""")
197+
print("""|""")
195198
#the EXIT command, DO NOT REMOVE!!
196199
if text == 'exit':
197200
print('exiting the terminal... have a nice day!')

0 commit comments

Comments
 (0)