@trenskow/arguments-parser 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -175,8 +175,6 @@ const argumentsParser = ({ args = process.argv.slice(2), argvLevel = 0, placehol
175
175
 
176
176
  if (error) {
177
177
 
178
- print();
179
-
180
178
  (error.errors || [error])
181
179
  .forEach((error) => {
182
180
  if (error.keyPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trenskow/arguments-parser",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Yet another arguments parser.",
5
5
  "main": "index.js",
6
6
  "type": "module",