Open wzab opened 3 years ago
I've created a target --pythondca
that is mutually exclusive with --python
It is implemented with commits:
https://github.com/wzab/agwb/commit/f58c685d17e95749b93ae580b8a118775b892ea6
and
https://github.com/wzab/agwb/commit/b8ee5870f9e1a8d56c69ce07d64b1c2771db22c9
The current generation of
--python
target supports onlyagwb
target. How to supportagwb_dca
? It seems that the better solution will be an addition of--python-dca
option for generation of theagwb_dca
.