Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.any() #126

Closed
indexzero opened this issue Nov 26, 2014 · 0 comments
Closed

.any() #126

indexzero opened this issue Nov 26, 2014 · 0 comments

Comments

@indexzero
Copy link
Owner

See comment from @bmeck #41 (comment)

dpalma added a commit to dpalma/nconf that referenced this issue May 19, 2016
Fixes indexzero#126
Implemented on the Provider class
Takes an array of keys, or a variable argument list
Supports both callback and non-callback invocations
mhamann pushed a commit that referenced this issue Oct 21, 2017
Fixes #126
Implemented on the Provider class
Takes an array of keys, or a variable argument list
Supports both callback and non-callback invocations
mhamann added a commit that referenced this issue Oct 21, 2017
* Added nconf.any method

Fixes #126
Implemented on the Provider class
Takes an array of keys, or a variable argument list
Supports both callback and non-callback invocations

* Use an explicit search base in file store test

Fixes #224
Test file was created under process.env.HOME, but test was searching in
the current working directory. If the cwd was not on the same drive as
the home directory, the test would fail.

* Added some API documentation to README for 'any'

* Tweak `.any` documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant