Closed alexcpsec closed 10 years ago
@technoskald do you have any input on this? Is this really the best way to get this done? Is this a recognizable pattern in tools like this?
So the first and second points are common (and trivial). But I would do it as:
combine.cfg
to combine-example.cfg
combine.cfg
to .gitignore
combine-example.cfg
if combine.cfg
is not found and output an appropriately helpful error message, then exit.Agree. Want me to do this, or can you take care of it?
I will work on it.
So we can have a standard .cfg file and people (including myself) can edit their config files with their information without fear of commiting their API key (like I almost did right now).
combine.cfg
tocombine-example.cfg
combine.cfg
to.gitignore
combine-example.cfg
ifcombine.cfg
is not found and output an appropriately helpful error message, then exit.