Exemplo n.º 1
0
 static int Main(string[] args)
 {
     try
     {
         return(CommandlineParser.Parse <Program>(args));
     }
     catch (CommandLineException e)
     {
         CommandlineParser.PrintHelp(e.CommandContext, e.Message);
         return(-1);
     }
 }