Exemplo n.º 1
0
 public ArgumentsParser(ILogService log, IPluginService plugins, string[] args)
 {
     _log       = log;
     _args      = args;
     _providers = plugins.ArgumentsProviders();
     _arguments = _providers.SelectMany(x => x.Configuration).ToList();
 }
Exemplo n.º 2
0
 public ArgumentsParser(ILogService log, IPluginService plugins, string[] args)
 {
     _log       = log;
     _args      = args;
     _providers = plugins.ArgumentsProviders();
 }