Get retrieves the expansion for a specified alias.
(alias string)
| 210 | type AliasConfig interface { |
| 211 | // Get retrieves the expansion for a specified alias. |
| 212 | Get(alias string) (expansion string, err error) |
| 213 | |
| 214 | // Add adds a new alias with the specified expansion. |
| 215 | Add(alias, expansion string) |
no outgoing calls