implement --help options (#2017)

This commit is contained in:
Alex Lam S.L
2017-05-28 18:21:44 +08:00
committed by GitHub
parent fec14379f6
commit c6c9f4f5a8
4 changed files with 36 additions and 24 deletions

View File

@@ -700,7 +700,7 @@ function parse($TEXT, options) {
shebang : true,
strict : false,
toplevel : null,
});
}, true);
var S = {
input : (typeof $TEXT == "string"