cleanning old stream impl
This commit is contained in:
parent
a8dd470821
commit
6da9c12a4d
3 changed files with 6 additions and 125 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue