Exemplo n.º 1
0
 protected static ProxiedWatchCommand ProxiedNPM(CommandProxier proxy, params string[] pathParts)
 {
     return(new ProxiedWatchCommand(proxy, pathParts));
 }
Exemplo n.º 2
0
 protected static ProxiedWatchCommand ProxiedNPM(CommandProxier proxy, IEnumerable <string> pathParts)
 {
     return(ProxiedNPM(proxy, pathParts.ToArray()));
 }