hogan.js icon indicating copy to clipboard operation
hogan.js copied to clipboard

hulk -v option isn't working

Open natearn opened this issue 11 years ago • 1 comments

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

natearn avatar Nov 29 '14 16:11 natearn

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.

atk avatar Jul 20 '15 20:07 atk