Add adds a new alias with the specified expansion.
(alias, expansion string)
| 213 | |
| 214 | // Add adds a new alias with the specified expansion. |
| 215 | Add(alias, expansion string) |
| 216 | |
| 217 | // Delete removes an alias. |
| 218 | Delete(alias string) error |
no outgoing calls