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