We used to store all `ConfigOptions` in a `Vec`. I decided to use a `HashMap` isntead because it will be easier to implement dynamic options later on.
We used to store all `ConfigOptions` in a `Vec`. I decided to use a `HashMap` isntead because it will be easier to implement dynamic options later on.