External module "aliases"
Functions
expandExstr
- expandExstr(exstr: string, aliases?: any, prevExpansions?: string[]): string
-
Parameters
-
exstr: string
-
Default value aliases: any = config.get("exaliases")
-
Default value prevExpansions: string[] = []
Returns string
Expands the alias in the provided exstr recursively. Does nothing if the command is not aliased, including when the command is invalid.