2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

docs: update

This commit is contained in:
sammyette 2025-04-03 00:40:59 -04:00
parent 9e74623197
commit 2f8ab6f5d6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -19,24 +19,8 @@ Instead of the aliased form of the same command.
## Functions ## Functions
||| |||
|----|----| |----|----|
|<a href="#add">add(abbr, expanded|function, opts)</a>|Adds an abbreviation. The `abbr` is the abbreviation itself,|
|<a href="#remove">remove(abbr)</a>|Removes the named `abbr`.| |<a href="#remove">remove(abbr)</a>|Removes the named `abbr`.|
<hr> |<a href="#add">add(abbr, expanded|function, opts)</a>|Adds an abbreviation. The `abbr` is the abbreviation itself,|
<div id='remove'>
<h4 class='heading'>
hilbish.abbr.remove(abbr)
<a href="#remove" class='heading-link'>
<i class="fas fa-paperclip"></i>
</a>
</h4>
Removes the named `abbr`.
#### Parameters
`abbr` **`string`**
</div>
<hr> <hr>
<div id='add'> <div id='add'>
<h4 class='heading'> <h4 class='heading'>
@ -65,3 +49,19 @@ whereas the default behavior is only at the beginning of the line
</div> </div>
<hr>
<div id='remove'>
<h4 class='heading'>
hilbish.abbr.remove(abbr)
<a href="#remove" class='heading-link'>
<i class="fas fa-paperclip"></i>
</a>
</h4>
Removes the named `abbr`.
#### Parameters
`abbr` **`string`**
</div>