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

index 4a0031a..a05e776 100644 (file)
@@ -28,13 +28,13 @@ namespace JSDOC
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        { null }
                };
-               public static string opt_target;
-               public static string opt_tmpdir;
+               public static string opt_target = "";
+               public static string opt_tmpdir = "";
                
                
-               public static string[] opt_files;
-               public static string opt_files_from;
-               public static bool opt_debug;
+               public static string[] opt_files = {};
+               public static string opt_files_from = "";
+               public static bool opt_debug = false;