Delete removes an alias.
(alias string)
| 180 | |
| 181 | // Delete removes an alias. |
| 182 | Delete(alias string) error |
| 183 | |
| 184 | // All returns a map of all aliases to their corresponding expansions. |
| 185 | All() map[string]string |
no outgoing calls
no test coverage detected