Example #1
0
 public static int Run(ExecOptions options)
 {
     options.Validate();
     return(new ExecCommand(options).Execute());
 }
Example #2
0
 public ExecCommand(ExecOptions options)
 {
     _options = options;
 }