public void AddCommandLineSwitch(string name, Action<bool> callback) { var configurator = new CommandLineSwitchConfigurator(name, callback); _commandLineOptionConfigurators.Add(configurator); }
public void AddCommandLineSwitch(string name, Action <bool> callback) { var configurator = new CommandLineSwitchConfigurator(name, callback); _commandLineOptionConfigurators.Add(configurator); }