chshersh / iris

🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
176 stars 21 forks source link

Add a way to track the source of configuration parameters #29

Open chshersh opened 2 years ago

chshersh commented 2 years ago

It's extremely useful for diagnostic purposes to understand where a particular setting came from:

Prior art:

We would like to have this feature in Iris. This ticket is mostly about gathering ideas and designing the implementation.

Any ideas are welcome!