Add adds a new alias with the specified expansion.
(alias, expansion string)
| 177 | |
| 178 | // Add adds a new alias with the specified expansion. |
| 179 | Add(alias, expansion string) |
| 180 | |
| 181 | // Delete removes an alias. |
| 182 | Delete(alias string) error |
no outgoing calls