Skip to content

Commit 7ab67dd

Browse files
committed
Update help section and docs
1 parent facbc37 commit 7ab67dd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

bin/PyTerm.exe

121 Bytes
Binary file not shown.

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When you first startup PyTerm you should see something like this:
4141
```
4242
@------------------------------------------------------------------------------------@
4343
| |
44-
| |PyTerm v0.4.0| |
44+
| |PyTerm v0.4.3| |
4545
| |
4646
@------------------------------------------------------------------------------------@
4747
>
@@ -63,4 +63,4 @@ If you want to exit, type `exit` or `terminate`, it should close once you press
6363

6464

6565

66-
PyTerm is written 100% in Python
66+
PyTerm is written in Python and some Batch ( `.cmd`, `.bat` )

src/__main__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ def init():
122122
print('info -g Get stored info')
123123
print('ip Displays your computer\'s IP address')
124124
print('md Creates a directory')
125+
print('math -a Adds two numbers together')
126+
print('math -s Subtracts two numbers')
127+
print('math -m Multiplies two numbers')
128+
print('math -d Divides two numbers')
125129
print('mkdir Creates a directory')
126130
print('mkfil Creates a file')
127131
print('openBinFil Opens a binary file')
@@ -155,6 +159,10 @@ def init():
155159
print('find Finds a specific text in a file')
156160
print('help Displays this help message')
157161
print('ip Displays your computer\'s IP address')
162+
print('math -a Adds two numbers together')
163+
print('math -s Subtracts two numbers')
164+
print('math -m Multiplies two numbers')
165+
print('math -d Divides two numbers')
158166
print('md Creates a directory')
159167
print('mkdir Creates a directory')
160168
print('mkfil Creates a file')

0 commit comments

Comments
 (0)