Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

Change config to use int=[aliases] format, rather than alias=int #43

Closed Seizure closed 2 weeks ago

Seizure commented 3 months ago

We support multiple aliases for the same thing. Currently, that means doing the following:

foo = 1
bar = 1

This makes it harder to fully understand a config file at a glance, and also makes it harder to eventually parse/show all aliases in output. A better format would be

1 = [ foo, bar ]