Revert "Switch cmd parser to latest minimist"

This reverts commit c2f1e62031.
This commit is contained in:
Hannah Wolfe
2020-04-03 19:26:21 +01:00
parent 0ec71dcc5c
commit 3438891bd2
5 changed files with 323 additions and 193 deletions
+2 -2
View File
@@ -2,6 +2,7 @@ Precompile handlebar templates.
Usage: handlebars [template|directory]...
Options:
--help Outputs this message [boolean]
-f, --output Output File [string]
--map Source Map File [string]
-a, --amd Exports amd style (require.js) [boolean]
@@ -21,5 +22,4 @@ Options:
-d, --data Include data when compiling [boolean]
-e, --extension Template extension. [string] [default: "handlebars"]
-b, --bom Removes the BOM (Byte Order Mark) from the beginning of the templates. [boolean]
-v, --version Prints the current compiler version [boolean]
--help Outputs this message [boolean]
-v, --version Show version number [boolean]