For contract commands read/write/encode, the args option does not format and encode array args properly and will error.
This fixes formatting incoming args if they are arrays into a format that will encode properly. Array args can be accepted as a full string with array brackets "[42,77]" or as a string input with comma separated values without the array brackets "42,77".
For contract commands read/write/encode, the args option does not format and encode array args properly and will error.
This fixes formatting incoming args if they are arrays into a format that will encode properly. Array args can be accepted as a full string with array brackets "[42,77]" or as a string input with comma separated values without the array brackets "42,77".
Fixes #164