heapwolf/lev

Shorthand options fail

Closed this issue · 2 comments

No9 commented

So

'-p', test_key3, test_value3

Should be short hand for

--put test_key3, --value test_value3 --format,false,--encoding,utf8

yep, these would fail since the arguments object is used as the actual values sent into the specified database method. Some kind of automagical shorthand mappings would be nice.

w00t!! :D