command-line-args
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "command-line-args", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Command-line parser, usage text producer", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/75lb/command-line-args.git", |
@@ -8,6 +8,6 @@ [![view on npm](http://img.shields.io/npm/v/command-line-args.svg)](https://www.npmjs.org/package/command-line-args) | ||
#command-line-args | ||
# command-line-args | ||
A command-line parser and usage-guide producer.. Particularly good at organising large sets of options. | ||
##Install | ||
## Install | ||
```sh | ||
@@ -17,3 +17,3 @@ $ npm install command-line-args --save | ||
##Synopsis | ||
## Synopsis | ||
the following `app.js`... | ||
@@ -69,3 +69,3 @@ ```js | ||
#API Reference | ||
# API Reference | ||
**Example** | ||
@@ -72,0 +72,0 @@ ```js |
Sorry, the diff of this file is not supported yet
30461