Example #1
0
        static int Main(string[] args)
        {
            CommandLineInterpreter cli = new CommandLineInterpreter(args);

            return(cli.Execute());
        }
Example #2
0
 static int Main(string[] args)
 {
     CommandLineInterpreter cli = new CommandLineInterpreter(args);
     return cli.Execute();
 }