aboutsummaryrefslogtreecommitdiff
path: root/bytes.go
AgeCommit message (Collapse)Author
2018-03-28Implement BytesHex type of argument (#115)Eugene Agafonov
BytesHex is an []byte represented as HEX-string --bytes=010203040506070809 states for []bytes{1,2,3,4,5,6,7,8,9}