olafurw / poke-fighting-rust

Application that simulates a large grid of Pokémon types fighting each other.
24 stars 3 forks source link

Config do not respect image size #34

Open SfietKonstantin opened 2 years ago

SfietKonstantin commented 2 years ago

as validate_size only applies to args / clap. We should probably do something for serde too ...

olafurw commented 2 years ago

I'm even thinking of ditching args and only use config file.

Run with no config file, some default. Otherwise -c file.json is needed.