aergo icon indicating copy to clipboard operation
aergo copied to clipboard

brick: multi-line commands on batch mode

Open kroggen opened this issue 3 years ago • 0 comments

These changes add support for multi-line commands on batch files

The commands can be break into many lines when inside back-sticks (`)

Example:

call ac1 0 contract set_values `[
 123,
 ["first","second","last"],
 ["and another one", true]
]` `"TEST"`

kroggen avatar Jun 16 '22 01:06 kroggen