src/jsdoc/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 02:20:59 +0000 (10:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 02:20:59 +0000 (10:20 +0800)
src/jsdoc/PackerRun.vala

index b56b663..f8fe358 100644 (file)
@@ -114,37 +114,7 @@ namespace JSDOC
                        
                        { null }
                };
-               public static int main(string[] args) 
-               {
-                       //foreach(var a in args) {
-                       //      debug("ARG: %s\n", a);
-                       //}
-                       
-                       var opt_context = new OptionContext ("JSDOC Packer");
-                       
-                               try {
-                                       opt_context.set_help_enabled (true);
-                                       opt_context.add_main_entries (options, null);
-                                       if (!opt_context.parse ( ref args)) {
-                                               print("options parse error");
-                                               GLib.Process.exit(Posix.EXIT_FAILURE);
-                                       }
-
-                               
-                                        
-                               
-                               } catch (OptionError e) {
-                                       stdout.printf ("error: %s\n", e.message);
-                                       stdout.printf ("Run '%s --help' to see a full list of available command line options.\n %s", 
-                                                                args[0], opt_context.get_help(true,null));
-                                       GLib.Process.exit(Posix.EXIT_FAILURE);
-                                        
-                               }
-               
-                       new PackerRun(args);
-                       return 0;
-               }
-
+                
 
        
                public PackerRun (string[] args)