From: Alan Knowles Date: Wed, 25 Nov 2015 09:15:07 +0000 (+0800) Subject: JSDOC/PackerRun.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f815b9be23000de3f4aa80931b376f712e19c334 JSDOC/PackerRun.vala --- diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 4a0031a..a05e776 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -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;