From 60f7348c91d68eed076b84e0062469c4f9c69423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9theuil?= Date: Wed, 3 Jun 2015 12:34:49 +0200 Subject: [PATCH] display deep construction built by subarg in case of debug by building more complicated arguments, it help for analysing purpose --- example/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/show.js b/example/show.js index f2a73ee..50ae522 100644 --- a/example/show.js +++ b/example/show.js @@ -1,3 +1,3 @@ var subarg = require('../'); var argv = subarg(process.argv.slice(2)); -console.log(argv); +console.log(JSON.stringify(argv, null, 2));