JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:08:17 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:08:17 +0000 (17:08 +0800)
JSDOC/PackerRun.vala

index e141b2b..bd1702a 100644 (file)
@@ -16,7 +16,7 @@ namespace JSDOC
                        { "tmpdir", 0, 0, OptionArg.STRING, ref opt_tmpdir, "Temporary Directory to use", null },
                        { "file", 0, 0, OptionArg.STRING, ref opt_files ,"add a file to compile", null },
                        { "files-from", 0, 0, OptionArg.STRING, ref opt_files_from ,"a text file listing files to compile", null },              
-                       { "output", 0, 0, OptionArg.STRING, ref opt_compile_output, "output binary file path", null },
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        { null }
                };
@@ -24,7 +24,10 @@ namespace JSDOC
                public static string opt_tmpdir;
                
                
-               public static string[] opt_compile_files;
+               public static string[] opt_files;
+               public static string opt_files_from;
+               
+               
 
        
                public PackerRun (string[] args)