src/jsdoc/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Mon, 7 Dec 2015 09:01:19 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 7 Dec 2015 09:01:19 +0000 (17:01 +0800)
src/jsdoc/PackerRun.vala

index b3f9cf2..c41076b 100644 (file)
@@ -46,6 +46,7 @@ namespace JSDOC
 
                        { "index-files", 'i', 0, OptionArg.FILENAME_ARRAY, ref opt_files_from ,"files that contain listing of files to compile", null },                 
                        { "keep-whitespace", 'w', 0, OptionArg.NONE, ref opt_keep_whitespace, "Keep whitespace", null },
+                       { "skip-scope", 's', 0, OptionArg.NONE, ref opt_skip_scope, "Skip scope parsing and variable replacement", null },
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        // fixme -- keepwhite.. cleanup