File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
# yargs-unparser
2
2
3
- [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-url ] [ ![ Build Status ] [ travis-image ]] [ travis-url ] [ ![ Coverage Status ] [ codecov-image ]] [ codecov-url ] [ ![ Dependency status ] [ david-dm-image ]] [ david-dm-url ] [ ![ Dev Dependency status ] [ david-dm-dev-image ]] [ david-dm-dev-url ] [ ![ Greenkeeper badge ] [ greenkeeper-image ]] [ greenkeeper-url ]
3
+ [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-url ]
4
4
5
5
[ npm-url ] :https://npmjs.org/package/yargs-unparser
6
6
[ npm-image ] :http://img.shields.io/npm/v/yargs-unparser.svg
7
7
[ downloads-image ] :http://img.shields.io/npm/dm/yargs-unparser.svg
8
- [ travis-url ] :https://travis-ci.org/yargs/yargs-unparser
9
- [ travis-image ] :http://img.shields.io/travis/yargs/yargs-unparser/master.svg
10
- [ codecov-url ] :https://codecov.io/gh/yargs/yargs-unparser
11
- [ codecov-image ] :https://img.shields.io/codecov/c/github/yargs/yargs-unparser/master.svg
12
- [ david-dm-url ] :https://david-dm.org/yargs/yargs-unparser
13
- [ david-dm-image ] :https://img.shields.io/david/yargs/yargs-unparser.svg
14
- [ david-dm-dev-url ] :https://david-dm.org/yargs/yargs-unparser?type=dev
15
- [ david-dm-dev-image ] :https://img.shields.io/david/dev/yargs/yargs-unparser.svg
16
- [ greenkeeper-image ] :https://badges.greenkeeper.io/yargs/yargs-unparser.svg
17
- [ greenkeeper-url ] :https://greenkeeper.io
18
8
19
9
Converts back a ` yargs ` argv object to its original array form.
20
10
You can’t perform that action at this time.
0 commit comments