bdy 1.22.60-stage → 1.22.61-dev

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.22.60-stage",
4
+ "version": "1.22.61-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -23,7 +23,6 @@ const whoami_1 = __importDefault(require("./command/whoami"));
23
23
  const artifact_1 = __importDefault(require("./command/artifact"));
24
24
  const api_1 = __importDefault(require("./command/api"));
25
25
  const domain_1 = __importDefault(require("./command/domain"));
26
- const main_1 = __importDefault(require("./main"));
27
26
  const distro_1 = __importDefault(require("./command/distro"));
28
27
  const register_1 = __importDefault(require("./command/register"));
29
28
  function cliIndex() {
@@ -50,11 +49,11 @@ function cliIndex() {
50
49
  program.addCommand(workspace_1.default);
51
50
  program.addCommand(project_1.default);
52
51
  program.addCommand(api_1.default);
53
- program.action(async (_, cmd) => {
52
+ program.action((_, cmd) => {
54
53
  if (cmd.args.length > 0) {
55
54
  output_1.default.exitError((0, texts_1.ERR_COMMAND_NOT_FOUND)(cmd.args[0]));
56
55
  }
57
- await (0, main_1.default)(program);
56
+ program.help();
58
57
  });
59
58
  return program;
60
59
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.22.60-stage",
4
+ "version": "1.22.61-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {