cleanning old stream impl

This commit is contained in:
2020-12-29 13:02:31 +00:00
parent d90719317e
commit d5196ee508
3 changed files with 6 additions and 125 deletions

View File

@ -118,11 +118,10 @@ namespace cli
new SendMailCommandProvider().Integrate(cliapp);
new GenerateJsonSchema().Integrate(cliapp);
(new AuthCommander(loggerFactory)).Integrate(cliapp);
(new CiBuildCommand()).Integrate(cliapp);
(new GenerationCommander()).Integrate(cliapp);
(new Streamer(loggerFactory, cxSettings, usercxSettings )).Integrate(cliapp);
new NStreamer(loggerFactory, cxSettings, usercxSettings ).Integrate(cliapp);
new AuthCommander(loggerFactory).Integrate(cliapp);
new CiBuildCommand().Integrate(cliapp);
new GenerationCommander().Integrate(cliapp);
new Streamer(loggerFactory, cxSettings, usercxSettings ).Integrate(cliapp);
if (args.Length == 0)
{