aboutsummaryrefslogtreecommitdiff
path: root/bytes_test.go
AgeCommit message (Collapse)Author
2018-08-08bytes: add support for base64 encoded flags (#177)v1.0.2Gorka Lerchundi Osa
Signed-off-by: Gorka Lerchundi Osa <[email protected]>
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}