You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -524,62 +524,62 @@ public Command BuildRootCommand()
524
524
//
525
525
// return deploymentProjectCommand;
526
526
// }
527
-
528
-
privateCommandBuildServerModeCommand()
529
-
{
530
-
varserverModeCommand=newCommand(
531
-
"server-mode",
532
-
"Launches the tool in a server mode for IDEs like Visual Studio to integrate with.");
533
-
534
-
lock(s_child_command_lock)
535
-
{
536
-
serverModeCommand.Add(newOption<int>(new[]{"--port"},description:"Port the server mode will listen to."));
537
-
serverModeCommand.Add(newOption<int>(new[]{"--parent-pid"},description:"The ID of the process that is launching server mode. Server mode will exit when the parent pid terminates."));
538
-
serverModeCommand.Add(newOption<bool>(new[]{"--unsecure-mode"},description:"If set the cli uses an unsecure mode without encryption."));
"Unhandled exception. This is a bug. Please copy the stack trace below and file a bug at https://github.com/aws/aws-dotnet-deploy. "+
576
-
e.PrettyPrint());
577
-
578
-
returnCommandReturnCodes.UNHANDLED_EXCEPTION;
579
-
}
580
-
});
581
-
582
-
returnserverModeCommand;
583
-
}
527
+
//
528
+
// private Command BuildServerModeCommand()
529
+
// {
530
+
// var serverModeCommand = new Command(
531
+
// "server-mode",
532
+
// "Launches the tool in a server mode for IDEs like Visual Studio to integrate with.");
533
+
//
534
+
// lock (s_child_command_lock)
535
+
// {
536
+
// serverModeCommand.Add(new Option<int>(new[] { "--port" }, description: "Port the server mode will listen to."));
537
+
// serverModeCommand.Add(new Option<int>(new[] { "--parent-pid" }, description: "The ID of the process that is launching server mode. Server mode will exit when the parent pid terminates."));
538
+
// serverModeCommand.Add(new Option<bool>(new[] { "--unsecure-mode" }, description: "If set the cli uses an unsecure mode without encryption."));
0 commit comments