hogan.js
hogan.js copied to clipboard
hulk -v option isn't working
The long-form --variable works fine, but the short-form is being ignored, resulting in output that uses the default variable name.
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.