You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idol: Add encoding for generic byte array parameters (#432)
This commit adds an additional encoding for command line arguments that
represent array parameters to idol operations. This encoding is useful
as it allows us to pass arbitrary byte arrays. To use this form the first
and last characters must be an opening and closing suqare braces
respectively. The substrings representing array elements between the
square braces are separated by spaces:
e.g. `--arguments array=[37 1 255 127]`
The existing encoding is preserved.
0 commit comments