public override void Context()
 {
     base.Context();
     args = DeploymentCommandLineParser.P(commandline);
 }
 public override void Context()
 {
     base.Context();
     dict = new Dictionary <string, ICommandLineElement>();
     args = DeploymentCommandLineParser.P(commandline);
 }