You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: terminal.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,16 @@ def handle_command(command):
93
93
returnpmdmcalc()
94
94
elifcommand=="super":
95
95
returnsupercommand()
96
+
elifcommand=="help -h":
97
+
return"Help is a command that let's you see all the commands in PyTerm."
98
+
elifcommand=="exit -h":
99
+
return"Exit is a command that sends you back to bash. Basically it just ends the program."
100
+
elifcommand=="info -h":
101
+
return"Info is a command that let's you see all info-data about PyTerm."
102
+
elifcommand=="pmdm -h":
103
+
return"PMDMcalc is my own project, and now it is integrated with PyTerm! The PMDM command let's you use PMDMcalc directly from the PyTerm application."
104
+
elifcommand=="super -h":
105
+
return"Super command activates supermode that let's you use supercommands. It's like sudo but not."
0 commit comments