implements user fs alimentation from web sockets
This commit is contained in:
parent
1517b48741
commit
225118d676
6 changed files with 42 additions and 9 deletions
|
|
@ -116,12 +116,13 @@ namespace cli
|
|||
|
||||
CommandOption rootCommandHelpOption = cliapp.HelpOption("-? | -h | --help");
|
||||
|
||||
(new SendMailCommandProvider()).Integrate(cliapp);
|
||||
(new GenerateJsonSchema()).Integrate(cliapp);
|
||||
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);
|
||||
|
||||
if (args.Length == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue