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