Add new subcommands for sim
#246
Labels
🌱 good first issue
small task good for getting started
📦 structural changes
refactoring, reorganization, or file structure
Now that we have the skeleton of two sims
portfolio_sim.rs
anduniswap_sim.rs
we should just have two subcommands. I haven't looked into the exact details, but it would be good to have something like:arbiter sim -portfolio
andarbiter sim -uniswap
.To close this:
portfolio
so thatarbiter sim -portfolio
runsportfolio_sim.rs
.portfolio
so thatarbiter sim -uniswap
runsuniswap_sim.rs
.The text was updated successfully, but these errors were encountered: