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