[Pkg-javascript-commits] [node-subarg] 08/17: fix the example output
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:28:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-subarg.
commit 71df275cfb12305e4595804abf8c1acbb9d3e1da
Author: James Halliday <mail at substack.net>
Date: Sat Feb 8 21:54:12 2014 -0800
fix the example output
---
readme.markdown | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/readme.markdown b/readme.markdown
index 0b17946..e27bc53 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -22,12 +22,10 @@ Contexts are denoted with square brackets:
```
$ node example/show.js beep --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
-{ _: [ 'beep', ']' ],
+{ _: [ 'beep' ],
beep: { _: [ 'boop' ], a: 3 },
n: 4,
- robots: '[',
- x: 8,
- y: 6 }
+ robots: { _: [], x: 8, y: 6 } }
```
# methods
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-subarg.git
More information about the Pkg-javascript-commits
mailing list