rust-cli / confy

🛋 Zero-boilerplate configuration management in Rust
Other
907 stars 61 forks source link

Expose config path #33

Closed thecaralice closed 3 years ago

thecaralice commented 4 years ago

User should know which should file should they edit to change the program behaviour

getreu commented 4 years ago

I just wanted to write the same. In my case, I had to reconstruct the path with the directories crate. This workaround is not very reliable, because I ended up with different versions of the directories crate.