diff --git a/ADVANCED.md b/ADVANCED.md index a6d951e..9288ea9 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -669,7 +669,7 @@ Remove callback from "event". Execute the `parser` instance. -Run the parser on `process.argv` +Run the parser on `process.argv` implicitly: ``` () -> diff --git a/package.json b/package.json index 39c1c14..133678d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-argv", - "version": "2.8.0", + "version": "2.8.1", "description": "simple argv parser", "main": "argv.js", "scripts": {