Exemplo n.º 1
0
 protected override IList <string> AutoCompleteArgs(string commandLine, string token)
 {
     return(CRegistery.ListVarNames(token, CCommand.DefaultListOptions));
 }