@vexify-org/yaggs 1.0.1 → 1.1.0

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/index.js +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -234,6 +234,10 @@ class Yaggs {
234
234
  }
235
235
  }
236
236
 
237
+ help() {
238
+ return this;
239
+ }
240
+
237
241
  showVersion() {
238
242
  const version = this.pkg ? this.pkg.version : this.parser.version;
239
243
  console.log(version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vexify-org/yaggs",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "A powerful CLI argument parser, better than yargs",
5
5
  "main": "index.js",
6
6
  "scripts": {