I'm considering adding an ancestor option that searches for config files in current and ancestor directories. The property can be a string to specific the config file name (e.g. '.myapprc') or true to use the default name '.<appname>rc'. The default will be false to ensure backward compatibility. Comments welcome.
Feel free to volunteer to fork and push this feature change. Thanks!
I'm considering adding an
ancestor
option that searches for config files in current and ancestor directories. The property can be a string to specific the config file name (e.g.'.myapprc'
) ortrue
to use the default name'.<appname>rc'
. The default will befalse
to ensure backward compatibility. Comments welcome.Feel free to volunteer to fork and push this feature change. Thanks!