nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.82k stars 307 forks source link

suggestion: show how to load config file in readme #247

Closed fyears closed 2 months ago

fyears commented 2 months ago

Hi,

I want to load the config file, e.g, webdis.myconfig.json, but I don't find out the way in the readme.

I try ./webdis --help but it doesn't support help. I also try something like ./webdis --config webdis.myconfig.json.

After some try and error, the answer is simple: ./webdis webdis.myconfig.json. It might be obvious to some users but still cost some time for other users like me.

Could you please consider adding the description of how to load config file in your readme?

Thanks

nicolasff commented 2 months ago

Hello,

Thanks for the suggestion! This is definitely something that should be clear from the README, I'm sorry you had trouble with this initially.

I'll be sure to add it shortly.