Ejemplo n.º 1
0
        public static SSoTmeCLIHandler CreateHandler(string[] args)
        {
            var cliOptions = new SSoTmeCLIHandler();

            cliOptions.args = args;
            cliOptions.ParseCommand();
            return(cliOptions);
        }
Ejemplo n.º 2
0
        public static SSoTmeCLIHandler CreateHandler(string commandLine)
        {
            var cliOptions = new SSoTmeCLIHandler();

            cliOptions.commandLine = commandLine;
            cliOptions.ParseCommand();
            return(cliOptions);
        }