@togglhq/cli 1.5.51 → 1.5.52
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.
package/build/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { n as CommanderError, t as createProgram } from "./program-
|
|
2
|
+
import { n as CommanderError, t as createProgram } from "./program-jxZPInrp.js";
|
|
3
3
|
//#region src/cli.ts
|
|
4
4
|
try {
|
|
5
5
|
await createProgram({ enableUpdateNotification: true }).parseAsync(process.argv);
|
package/build/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-jxZPInrp.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -15860,7 +15860,6 @@ const generatedFocusOperations = [
|
|
|
15860
15860
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
15861
15861
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15862
15862
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15863
|
-
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
15864
15863
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
15865
15864
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
15866
15865
|
}) }),
|
|
@@ -15990,7 +15989,6 @@ const generatedFocusOperations = [
|
|
|
15990
15989
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
15991
15990
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15992
15991
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15993
|
-
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
15994
15992
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
15995
15993
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
15996
15994
|
}) }),
|
|
@@ -25855,4 +25853,4 @@ Common commands:
|
|
|
25855
25853
|
//#endregion
|
|
25856
25854
|
export { CommanderError as n, createProgram as t };
|
|
25857
25855
|
|
|
25858
|
-
//# sourceMappingURL=program-
|
|
25856
|
+
//# sourceMappingURL=program-jxZPInrp.js.map
|
package/build/program.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-jxZPInrp.js";
|
|
2
2
|
export { createProgram };
|