ethereum-optimism / mocktimism

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains (mocktimism placeholder name)
MIT License
20 stars 7 forks source link

Mocktimism config cli action should log config in toml form #33

Closed roninjin10 closed 10 months ago

roninjin10 commented 10 months ago

Description

In #31 we added a cli command for logging the config. It logs it as a json but instead should log it as a toml by default and only as json if --json flag is passed in. This is similar to forge config --help command below

Options:
      --basic
          Print only a basic set of the currently set config values

      --json
          Print currently set config values as JSON

  -h, --help
          Print help (see a summary with '-h')

tasks

Sabnock01 commented 10 months ago

I would like to take this one.