Get retrieves the expansion for a specified alias.
(alias string)
| 174 | type AliasConfig interface { |
| 175 | // Get retrieves the expansion for a specified alias. |
| 176 | Get(alias string) (expansion string, err error) |
| 177 | |
| 178 | // Add adds a new alias with the specified expansion. |
| 179 | Add(alias, expansion string) |
no outgoing calls