Example #1
0
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RemoteManagerCommandLineOptions(args).Parse();

            Manager.Configure(configuration);
            Manager.Run();

            Output.PrettyPrintLine(". Done");
        }
Example #2
0
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RemoteManagerCommandLineOptions(args).Parse();

            Manager.Configure(configuration);
            Manager.Run();

            IO.PrettyPrintLine(". Done");
        }