Skip to content

Instantly share code, notes, and snippets.

@pantaluna
Created January 8, 2013 01:35
Show Gist options
  • Save pantaluna/4480307 to your computer and use it in GitHub Desktop.
Save pantaluna/4480307 to your computer and use it in GitHub Desktop.
if (!_cli.args.length) {
// show help by default
_cli.parse([ process.argv[0], process.argv[1], '-h' ]);
process.exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment