I've been waiting for something like click to come along for a long time.  
Thanks to Armin for his work on this!

So, after reading the docs, click provides great tools for getting command 
line options/arguments (obviously) and also environment variables.  That 
leaves configuration files.  Is there a recommended way for integrating 
configuration from files into click?  Are context defaults the answer?

I have a few problem areas I'm thinking about:


   - An easy way to define a series of areas to check for a config file 
   (/etc/myapp.conig, /home/me/.myapp/config.ini, .../myapp-src/config.ini)
      - use "find first" or "merge" as needed by the app when multiple 
      files are found
   
Actually, I guess that's the only one I can think of!  Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to