aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-28 18:21:44 +0800
committerGitHub <noreply@github.com>2017-05-28 18:21:44 +0800
commitc6c9f4f5a837bea16609b1d430e6c20687f3742b (patch)
treeceeb632bde5e54dd6c0acb7dafa2ccd3e57ac1e4 /lib
parentfec14379f6bae209484d75ba1db5c6b5ee37ae5a (diff)
downloadtracifyjs-c6c9f4f5a837bea16609b1d430e6c20687f3742b.tar.gz
tracifyjs-c6c9f4f5a837bea16609b1d430e6c20687f3742b.zip
implement `--help options` (#2017)
Diffstat (limited to 'lib')
-rw-r--r--lib/parse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse.js b/lib/parse.js
index c960b493..a02fce8f 100644
--- a/lib/parse.js
+++ b/lib/parse.js
@@ -700,7 +700,7 @@ function parse($TEXT, options) {
shebang : true,
strict : false,
toplevel : null,
- });
+ }, true);
var S = {
input : (typeof $TEXT == "string"