Updated Terminal: Adding Commands (markdown)
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue