private static IList <string> ListAliases() { return(Cmd_alias.ListAliasesConfig()); }
protected override IList <string> AutoCompleteArgs(string commandLine, string token) { return(Cmd_alias.AutoCompleteArgs(token)); }