twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

hulk -v option isn't working #210

Open natearn opened 9 years ago

natearn commented 9 years ago

The long-form --variable works fine, but the short-form is being ignored, resulting in output that uses the default variable name.

atk commented 9 years ago

It seems to conflict with the "--version" default. Change 'v': ['--variable'], to 'V': ['--variable'], in bin/hulk and you should be fine using -V instead.