Updated Terminal: Adding Commands (markdown)

Innovation Inc 2020-05-14 19:06:21 -05:00
parent c3a5d82117
commit 43cc39496b

@ -13,11 +13,11 @@ Add the name of your command to the list.
<!-- Todo: Readd a new image without the "brake;" issue that I somehow didn't notice. --> <!-- Todo: Readd a new image without the "brake;" issue that I somehow didn't notice. -->
Add your code using the basic framework below. It should look like this: Add your code using the basic framework below. It should look like this:
<br /> <br />
` ```
case 'mycommand': case 'mycommand':
//Your code goes here //Your code goes here
break; break;
` ```
<br /> <br />
Make your modifications and save the file. Make your modifications and save the file.