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

Resolves #64, usage and help #76

Merged
merged 2 commits into from Nov 26, 2014
Merged

Resolves #64, usage and help #76

merged 2 commits into from Nov 26, 2014

Conversation

jmonster
Copy link

nconf.argv({
  "p": {
    alias: 'port',
    describe: 'Port the server should listen on',
    demand: false
  }
}, 'Usage: $0')
if (nconf.get('help') || nconf.get('h')) {
  return nconf.stores.argv.showHelp()
}

@jmonster
Copy link
Author

Build failed on travis but passes locally with npm test :|

@mattlgy
Copy link

mattlgy commented Mar 5, 2013

👍
Passes tests locally for me too, and works in my project.

@andrefs
Copy link

andrefs commented Jan 17, 2014

Is this goind to be merged into master anytime soon?

@jmonster
Copy link
Author

this project seems pretty much abandoned; I've started using optimist directly in my projects and checking for ENV variables manually.

indexzero added a commit that referenced this pull request Nov 26, 2014
Resolves #64, usage and help
@indexzero indexzero merged commit a3404b4 into indexzero:master Nov 26, 2014
@jmonster
Copy link
Author

Touché.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants