Hi,
Nice to see your work on this project! I’d like to add support for reading configs from a local TOML-formatted dotfile.
Why is this needed?
This would give users a simple way to keep persistent default settings
Use cases
- A user sets up default options in
$(pwd)/.mytool.toml, so every command uses the same defaults automatically.
- When moving to another machine, the user just copies the dotfile and gets the same behavior without retyping flags.
Happy to try implementing this; could you please assign this to me?