Exemplo n.º 1
0
 private HostCommandLine(string verb, Many <string> options, IRuntimeBuild build)
 {
     _verb    = verb;
     _options = options;
     _build   = build;
 }
Exemplo n.º 2
0
 public DeployCommand(IRuntimeBuild build, IOLink location)
 {
     _build    = build;
     _location = location;
 }