dalance / amber

A code search / replace tool
MIT License
844 stars 27 forks source link

Make better parametrisation and help #139

Open kpym opened 2 years ago

kpym commented 2 years ago

Sorry to tell you but I'm struggling with the configuration of amber for different reasons :

Suggestions about the .toml configs:

beeb commented 3 months ago

I can agree with most of what has been said here. This tool uses a deprecated library for the CLI arguments parsing, maybe migrating to clap would help make such updates easier.

Also, for the config file, I know of figment which helps to support multiple configuration sources and abstracts away a lot of the file parsing etc.