Delete removes an alias.
(alias string)
| 224 | |
| 225 | // Delete removes an alias. |
| 226 | Delete(alias string) error |
| 227 | |
| 228 | // All returns a map of all aliases to their corresponding expansions. |
| 229 | All() map[string]string |
no outgoing calls
no test coverage detected