@cabloy/cli 3.0.59 → 3.0.60

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/dist/lib/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/lib/cli.js CHANGED
@@ -12,8 +12,8 @@ export class CliCommand extends BaseCommand {
12
12
  __argv;
13
13
  constructor(rawArgv, { meta, argv }) {
14
14
  super(rawArgv);
15
- // this.usage = meta.info.usage; // readonly
16
- // this.options = meta.options; // readonly
15
+ this.usage = meta.info.usage; // readonly
16
+ this.options = meta.options; // readonly
17
17
  this.version = meta.info.version;
18
18
  this.__meta = meta;
19
19
  this.__groups = meta.groups;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/cli",
3
3
  "type": "module",
4
- "version": "3.0.59",
4
+ "version": "3.0.60",
5
5
  "description": "@cabloy/cli",
6
6
  "publishConfig": {
7
7
  "access": "public"