CLIs generated by "moonworm generate-brownie" now handle byte args
0.1.5
This release makes CLIs generated by `moonworm generate-brownie` understand command line arguments which are flat lists and boolean values.
0.1.4
Changed the implementation of the generated `contract_from_build` (created by `moonworm generate-brownie`) to allow loading multiple contracts in the same process.
0.1.3
small bug fix in `cu-watch`
0.1.2
Adds a `deploy` command to the CLI generated using `moonworm generate-brownie`.
0.1.1
Fixed bug with annotation of list types in generated code.