private static void Main(string[] args) { CommandLineParser.ParseOptions(args, options => { PBEContext.Create(options); new ExecutableContainer(options).Execute(); }); }
public static void Create(CommandLineOptions options) { CurrentContext = new PBEContext(options); }