Add adds a new alias with the specified expansion.
(alias, expansion string)
| 221 | |
| 222 | // Add adds a new alias with the specified expansion. |
| 223 | Add(alias, expansion string) |
| 224 | |
| 225 | // Delete removes an alias. |
| 226 | Delete(alias string) error |
no outgoing calls