Get retrieves the expansion for a specified alias.
(alias string)
| 218 | type AliasConfig interface { |
| 219 | // Get retrieves the expansion for a specified alias. |
| 220 | Get(alias string) (expansion string, err error) |
| 221 | |
| 222 | // Add adds a new alias with the specified expansion. |
| 223 | Add(alias, expansion string) |
no outgoing calls