Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"handlebars --version" does not work with v3.0.0 #966

Closed
abloomston opened this issue Feb 19, 2015 · 1 comment
Closed

"handlebars --version" does not work with v3.0.0 #966

abloomston opened this issue Feb 19, 2015 · 1 comment
Labels
Milestone

Comments

@abloomston
Copy link

with handlebars v2.0.0:

$ handlebars --version
2.0.0

with handlebars v3.0.0:

$ handlebars --version
Precompile handlebar templates.
Usage: node /usr/local/bin/handlebars [template|directory]...

Options:
  -f, --output         Output File                                                           
  --map                Source Map File                                                         [string]  [default: undefined]
  -a, --amd            Exports amd style (require.js)                                        
  -c, --commonjs       Exports CommonJS style, path to Handlebars module                       [default: null]
  -h, --handlebarPath  Path to handlebar.js (only valid for amd-style)                         [default: ""]
  -k, --known          Known helpers                                                         
  -o, --knownOnly      Known helpers only                                                    
  -m, --min            Minimize output                                                       
  -n, --namespace      Template namespace                                                      [default: "Handlebars.templates"]
  -s, --simple         Output template function only.                                        
  -r, --root           Template root. Base value that will be stripped from template names.  
  -p, --partial        Compiling a partial template                                          
  -d, --data           Include data when compiling                                           
  -e, --extension      Template extension.                                                     [default: "handlebars"]
  -b, --bom            Removes the BOM (Byte Order Mark) from the beginning of the templates.
  -v, --version        Prints the current compiler version                                   
  --help               Outputs this message                                                  
@kpdecker kpdecker added this to the 3.0.1 milestone Feb 28, 2015
@kpdecker kpdecker added the bug label Feb 28, 2015
@kpdecker
Copy link
Collaborator

Released in 3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants