Beispiel #1
0
 public void Encounter(Execution pendingExecution, string[] args)
 {
     if (args.Length > 0)
     {
         _featureManager.LoadFeaturesFromCommandLine(args[0]);
     }
     else
     {
         _featureManager.LoadFeaturesFromCommandLine(string.Empty);
     }
 }