echidna icon indicating copy to clipboard operation
echidna copied to clipboard

`echidna init` subcommand to generate config file

Open 0xalpharush opened this issue 2 years ago • 2 comments

Let's make it easy for users to configure their project by generating the config. Note, it should not overwrite existing config unless it's with --force. https://github.com/crytic/echidna/blob/master/tests/solidity/basic/default.yaml

0xalpharush avatar Feb 15 '23 17:02 0xalpharush

I am interested in taking this on, but for the record I am noob city USA

PatStiles avatar Feb 16 '23 21:02 PatStiles

I'm afraid having echidna init subcommand will require moving the current CLI to a subcommand as well and will break the existing interface. Any other ideas for the interface?

arcz avatar Jun 19 '23 13:06 arcz